Searched defs:isMyEndian (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp268 /// isMyEndian - is this ELF file in the same endian to me?
269 bool ELFReader<32, true>::isMyEndian(const void* pELFHeader) const function in class:ELFReader
789 /// isMyEndian - is this ELF file in the same endian to me?
790 bool ELFReader<64, true>::isMyEndian(const void* pELFHeader) const function in class:ELFReader

Completed in 67 milliseconds