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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp159 if (!m_pELFReader->readRegularSection(pInput, *sd))
165 if (!m_pELFReader->readRegularSection(pInput, *sd))
196 if (!m_pELFReader->readRegularSection(pInput, *sd))
206 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
226 if (!m_pELFReader->readRegularSection(pInput,
H A DELFReader.cpp54 /// readRegularSection - read a regular section and create fragments.
56 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const function in class:ELFReader
615 /// readRegularSection - read a regular section and create fragments.
617 ELFReader<64, true>::readRegularSection(Input& pInput, SectionData& pSD) const function in class:ELFReader
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h77 /// readRegularSection - read a regular section and create fragments.
78 bool readRegularSection(Input& pInput, SectionData& pSD) const;
167 /// readRegularSection - read a regular section and create fragments.
168 bool readRegularSection(Input& pInput, SectionData& pSD) const;
H A DELFReaderIf.h68 /// readRegularSection - read a regular section and create fragments.
69 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;

Completed in 75 milliseconds