Searched refs:readSectionHeaders (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFReader.h | 66 bool readSectionHeaders(Input& pInput, const void* pELFHeader) const; 151 bool readSectionHeaders(Input& pInput, const void* pELFHeader) const;
|
D | ELFReaderIf.h | 56 virtual bool readSectionHeaders(Input& pInput,
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFDynObjReader.cpp | 84 bool shdr_result = m_pELFReader->readSectionHeaders(pInput, ELF_hdr); in readHeader()
|
D | ELFObjectReader.cpp | 104 bool result = m_pELFReader->readSectionHeaders(pInput, ELF_hdr); in readHeader()
|
D | ELFReader.cpp | 303 bool ELFReader<32, true>::readSectionHeaders(Input& pInput, in readSectionHeaders() function in mcld::ELFReader 797 bool ELFReader<64, true>::readSectionHeaders(Input& pInput, in readSectionHeaders() function in mcld::ELFReader
|
/frameworks/compile/mclinker/unittests/ |
D | ELFReaderTest.cpp | 71 bool shdr_result = m_pELFReader->readSectionHeaders(*m_pInput, ELF_hdr); in SetUp()
|