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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h62 /// isELF - is this a ELF file
63 bool isELF(void* pELFHeader) const;
152 /// isELF - is this a ELF file
153 bool isELF(void* pELFHeader) const;
H A DELFReaderIf.h48 /// isELF - is this a ELF file
49 virtual bool isELF(void* pELFHeader) const = 0;
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp59 if (!m_pELFReader->isELF(ELF_hdr))
H A DELFObjectReader.cpp72 if (!m_pELFReader->isELF(ELF_hdr))
H A DELFReader.cpp44 /// isELF - is this a ELF file
45 bool ELFReader<32, true>::isELF(void* pELFHeader) const function in class:ELFReader
605 /// isELF - is this a ELF file
606 bool ELFReader<64, true>::isELF(void* pELFHeader) const function in class:ELFReader

Completed in 85 milliseconds