Home
last modified time | relevance | path

Searched refs:readRegularSection (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp167 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()
DELFReader.cpp54 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/
DELFReader.h69 bool readRegularSection(Input& pInput, SectionData& pSD) const;
154 bool readRegularSection(Input& pInput, SectionData& pSD) const;
DELFReaderIf.h60 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;