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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp169 if (!m_pELFReader->readRegularSection(pInput, *sd))
178 if (!m_pELFReader->readRegularSection(pInput, *sd))
210 if (!m_pELFReader->readRegularSection(pInput, *sd))
220 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
239 if (!m_pELFReader->readRegularSection(pInput,
H A DELFReader.cpp55 /// readRegularSection - read a regular section and create fragments.
57 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const function in class:ELFReader
580 /// readRegularSection - read a regular section and create fragments.
582 ELFReader<64, true>::readRegularSection(Input& pInput, SectionData& pSD) const function in class:ELFReader
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h72 /// readRegularSection - read a regular section and create fragments.
73 bool readRegularSection(Input& pInput, SectionData& pSD) const;
162 /// readRegularSection - read a regular section and create fragments.
163 bool readRegularSection(Input& pInput, SectionData& pSD) const;
H A DELFReaderIf.h66 /// readRegularSection - read a regular section and create fragments.
67 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;

Completed in 1512 milliseconds