Home
last modified time | relevance | path

Searched refs:sectEnd (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DModule.cpp39 iterator sect, sectEnd = end(); in getSection() local
40 for (sect = begin(); sect != sectEnd; ++sect) { in getSection()
48 const_iterator sect, sectEnd = end(); in getSection() local
49 for (sect = begin(); sect != sectEnd; ++sect) { in getSection()
/frameworks/compile/mclinker/lib/LD/
DELFSegmentFactory.cpp52 ELFSegment::iterator sect, sectEnd = (*segment)->end(); in find() local
53 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) { in find()
68 ELFSegment::const_iterator sect, sectEnd = (*segment)->end(); in find() local
69 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) { in find()
DGarbageCollection.cpp188 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in getEntrySections() local
189 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in getEntrySections()
330 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in stripSections() local
331 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in stripSections()
DLDContext.cpp41 sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
50 const_sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
DBranchIslandFactory.cpp41 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end(); in group() local
42 sect != sectEnd; ++sect) { in group()
DELFObjectReader.cpp111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local
112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) { in readSections()
DIdenticalCodeFolding.cpp125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in findCandidates() local
126 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in findCandidates()
DELFObjectWriter.cpp150 ELFSegment::iterator sect, sectEnd = (*seg)->end(); in writeObject() local
151 for (sect = (*seg)->begin(); sect != sectEnd; ++sect) in writeObject()
157 Module::iterator sect, sectEnd = pModule.end(); in writeObject() local
158 for (sect = pModule.begin(); sect != sectEnd; ++sect) in writeObject()
371 Module::const_iterator section, sectEnd = pModule.end(); in emitShStrTab() local
372 for (section = pModule.begin(); section != sectEnd; ++section) { in emitShStrTab()
/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h49 const_sect_iterator sectEnd() const { return m_SectionTable.end(); } in sectEnd() function
50 sect_iterator sectEnd() { return m_SectionTable.end(); } in sectEnd() function
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp341 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in mergeSections() local
342 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in mergeSections()
931 Module::iterator sectIter, sectEnd = m_pModule->end(); in partialSyncRelocationResult() local
932 for (sectIter = m_pModule->begin(); sectIter != sectEnd; ++sectIter) { in partialSyncRelocationResult()
DSectionMap.cpp313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); in matched() local
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) { in matched()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp68 end = ctx->sectEnd(); it != end; ++it) { in create()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp702 Module::const_iterator sect, sectEnd = pModule.end(); in sizeShstrtab() local
703 for (sect = pModule.begin(); sect != sectEnd; ++sect) { in sizeShstrtab()
1829 for (ELFSegment::iterator sect = (*seg)->begin(), sectEnd = (*seg)->end(); in createProgramHdrs() local
1830 sect != sectEnd; in createProgramHdrs()
1866 Module::iterator sect, sectBegin, sectEnd; in createProgramHdrs() local
1868 sectEnd = pModule.end(); in createProgramHdrs()
1869 for (sect = sectBegin; sect != sectEnd; ++sect) { in createProgramHdrs()
1952 ELFSegment::iterator sect, sectEnd = (*seg)->end(); in setupProgramHdrs() local
1953 for (sect = (*seg)->begin(); sect != sectEnd; ++sect) { in setupProgramHdrs()
1959 if (sect == sectEnd) { in setupProgramHdrs()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp317 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end(); in scanErrata() local
318 sect != sectEnd; ++sect) { in scanErrata()
/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()