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

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 37 typedef SectionTable::iterator sect_iterator; typedef in class:mcld::LDContext
49 sect_iterator sectBegin() { return m_SectionTable.begin(); }
52 sect_iterator sectEnd() { return m_SectionTable.end(); }
77 sect_iterator relocSectBegin() { return m_RelocSections.begin(); }
80 sect_iterator relocSectEnd() { return m_RelocSections.end(); }
ELFSegment.h 29 typedef std::vector<LDSection*>::iterator sect_iterator; typedef in class:mcld::ELFSegment
44 sect_iterator begin() { return m_SectionList.begin(); }
46 sect_iterator end() { return m_SectionList.end(); }
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 44 sect_iterator sect_iter, sect_end = sectEnd();
ELFObjectReader.cpp 102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd();
279 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd();
ELFObjectWriter.cpp 145 ELFSegment::sect_iterator sect, sectEnd = (*seg).end();
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 100 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
148 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
FragmentGraph.cpp 175 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 242 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
336 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 129 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp     [all...]

Completed in 92 milliseconds