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

  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 169 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,
ELFReader.cpp 55 /// readRegularSection - read a regular section and create fragments.
57 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const
580 /// readRegularSection - read a regular section and create fragments.
582 ELFReader<64, true>::readRegularSection(Input& pInput, SectionData& pSD) const
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 72 /// 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;
ELFReaderIf.h 66 /// readRegularSection - read a regular section and create fragments.
67 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;

Completed in 986 milliseconds