Searched refs:sect_iterator (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h37 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(); }
H A DELFSegment.h29 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/
H A DLDContext.cpp44 sect_iterator sect_iter, sect_end = sectEnd();
H A DELFObjectReader.cpp102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd();
306 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd();
H A DELFObjectWriter.cpp148 ELFSegment::sect_iterator sect, sectEnd = (*seg).end();
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp103 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
152 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
H A DFragmentGraph.cpp175 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp244 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
378 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp131 LDContext::sect_iterator rs = m_pInput->context()->relocSectBegin();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp525 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1757 for (ELFSegment::sect_iterator sect = (*seg).begin(),
2064 for (ELFSegment::sect_iterator sect = (*seg).begin(),
2193 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp576 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();

Completed in 176 milliseconds