Home
last modified time | relevance | path

Searched refs:sectBegin (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h46 const_sect_iterator sectBegin() const { return m_SectionTable.begin(); } in sectBegin() function
47 sect_iterator sectBegin() { return m_SectionTable.begin(); } in sectBegin() function
/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp42 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) { in getSection()
51 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) { in getSection()
DGarbageCollection.cpp189 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in getEntrySections()
331 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in stripSections()
DELFObjectReader.cpp112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) { in readSections()
DIdenticalCodeFolding.cpp126 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in findCandidates()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp67 for (LDContext::sect_iterator it = ctx->sectBegin(), in create()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp84 LDContext::const_sect_iterator iter = m_pInput->context()->sectBegin(); in TEST_F()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1050 for (auto it = ctx->sectBegin(), ie = ctx->sectEnd(); it != ie; ++it) in getAbiFlags()
1153 for (auto it = ctx->sectBegin(), ie = ctx->sectEnd(); it != ie; ++it) { in saveTPOffset()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1866 Module::iterator sect, sectBegin, sectEnd; in createProgramHdrs() local
1867 sectBegin = pModule.begin(); in createProgramHdrs()
1869 for (sect = sectBegin; sect != sectEnd; ++sect) { in createProgramHdrs()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp342 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in mergeSections()