Searched refs:readSectionHeaders (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h69 /// readSectionHeaders - read ELF section header table and create LDSections
70 bool readSectionHeaders(Input& pInput, const void* pELFHeader) const;
159 /// readSectionHeaders - read ELF section header table and create LDSections
160 bool readSectionHeaders(Input& pInput, const void* pELFHeader) const;
H A DELFReaderIf.h62 /// readSectionHeaders - read ELF section header table and create LDSections
63 virtual bool readSectionHeaders(Input& pInput,
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp88 bool shdr_result = m_pELFReader->readSectionHeaders(pInput, ELF_hdr);
H A DELFObjectReader.cpp105 bool result = m_pELFReader->readSectionHeaders(pInput, ELF_hdr);
H A DELFReader.cpp314 /// readSectionHeaders - read ELF section header table and create LDSections
315 bool ELFReader<32, true>::readSectionHeaders(Input& pInput, function in class:ELFReader
835 /// readSectionHeaders - read ELF section header table and create LDSections
836 bool ELFReader<64, true>::readSectionHeaders(Input& pInput, function in class:ELFReader
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp74 bool shdr_result = m_pELFReader->readSectionHeaders(*m_pInput, ELF_hdr);

Completed in 390 milliseconds