Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.h66 bool readSectionHeaders(Input& pInput, const void* pELFHeader) const;
151 bool readSectionHeaders(Input& pInput, const void* pELFHeader) const;
DELFReaderIf.h56 virtual bool readSectionHeaders(Input& pInput,
/frameworks/compile/mclinker/lib/LD/
DELFDynObjReader.cpp84 bool shdr_result = m_pELFReader->readSectionHeaders(pInput, ELF_hdr); in readHeader()
DELFObjectReader.cpp104 bool result = m_pELFReader->readSectionHeaders(pInput, ELF_hdr); in readHeader()
DELFReader.cpp303 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/
DELFReaderTest.cpp71 bool shdr_result = m_pELFReader->readSectionHeaders(*m_pInput, ELF_hdr); in SetUp()