Searched refs:readRegularSection (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectReader.cpp | 167 if (!m_pELFReader->readRegularSection(pInput, *sd)) in readSections() 176 if (!m_pELFReader->readRegularSection(pInput, *sd)) in readSections() 208 if (!m_pELFReader->readRegularSection(pInput, *sd)) in readSections() 218 if (!m_pELFReader->readRegularSection(pInput, *sd)) { in readSections() 236 if (!m_pELFReader->readRegularSection(pInput, in readSections()
|
D | ELFReader.cpp | 54 bool ELFReader<32, true>::readRegularSection(Input& pInput, in readRegularSection() function in mcld::ELFReader 554 bool ELFReader<64, true>::readRegularSection(Input& pInput, in readRegularSection() function in mcld::ELFReader
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFReader.h | 69 bool readRegularSection(Input& pInput, SectionData& pSD) const; 154 bool readRegularSection(Input& pInput, SectionData& pSD) const;
|
D | ELFReaderIf.h | 60 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;
|