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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp167 if (!m_pELFReader->readRegularSection(pInput, *sd))
176 if (!m_pELFReader->readRegularSection(pInput, *sd))
208 if (!m_pELFReader->readRegularSection(pInput, *sd))
218 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
236 if (!m_pELFReader->readRegularSection(pInput,
H A DELFReader.cpp53 /// readRegularSection - read a regular section and create fragments.
54 bool ELFReader<32, true>::readRegularSection(Input& pInput, function in class:mcld::ELFReader
553 /// readRegularSection - read a regular section and create fragments.
554 bool ELFReader<64, true>::readRegularSection(Input& pInput, function in class:mcld::ELFReader
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h68 /// readRegularSection - read a regular section and create fragments.
69 bool readRegularSection(Input& pInput, SectionData& pSD) const;
153 /// readRegularSection - read a regular section and create fragments.
154 bool readRegularSection(Input& pInput, SectionData& pSD) const;
H A DELFReaderIf.h59 /// readRegularSection - read a regular section and create fragments.
60 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;

Completed in 69 milliseconds