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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h60 /// isMyEndian - is this ELF file in the same endian to me?
61 bool isMyEndian(const void* pELFHeader) const;
150 /// isMyEndian - is this ELF file in the same endian to me?
151 bool isMyEndian(const void* pELFHeader) const;
H A DELFReaderIf.h48 /// isMyEndian - is this ELF file in the same endian to me?
49 virtual bool isMyEndian(const void* pELFHeader) const = 0;
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp68 } else if (!m_pELFReader->isMyEndian(ELF_hdr)) {
H A DELFObjectReader.cpp83 } else if (!m_pELFReader->isMyEndian(ELF_hdr)) {
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 205 milliseconds