HomeSort by relevance Sort by last modified time
    Searched full:readregularsection (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 68 /// readRegularSection - read a regular section and create fragments.
69 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;
ELFReader.h 77 /// 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;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 159 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,
ELFReader.cpp 54 /// readRegularSection - read a regular section and create fragments.
56 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const
615 /// readRegularSection - read a regular section and create fragments.
617 ELFReader<64, true>::readRegularSection(Input& pInput, SectionData& pSD) const
    [all...]

Completed in 902 milliseconds