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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h57 /// isELF - is this a ELF file
58 bool isELF(const void* pELFHeader) const;
147 /// isELF - is this a ELF file
148 bool isELF(const void* pELFHeader) const;
H A DELFReaderIf.h45 /// isELF - is this a ELF file
46 virtual bool isELF(const void* pELFHeader) const = 0;
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp62 if (!m_pELFReader->isELF(ELF_hdr)) {
H A DELFObjectReader.cpp77 if (!m_pELFReader->isELF(ELF_hdr)) {
H A DELFReader.cpp45 /// isELF - is this a ELF file
46 bool ELFReader<32, true>::isELF(const void* pELFHeader) const function in class:ELFReader
570 /// isELF - is this a ELF file
571 bool ELFReader<64, true>::isELF(const void* pELFHeader) const function in class:ELFReader

Completed in 1886 milliseconds