/frameworks/compile/mclinker/lib/Core/ |
D | Module.cpp | 39 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/ |
D | ELFSegmentFactory.cpp | 52 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()
|
D | GarbageCollection.cpp | 188 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()
|
D | LDContext.cpp | 41 sect_iterator sect_iter, sect_end = sectEnd(); in getSection() 50 const_sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
|
D | BranchIslandFactory.cpp | 41 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end(); in group() local 42 sect != sectEnd; ++sect) { in group()
|
D | ELFObjectReader.cpp | 111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local 112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) { in readSections()
|
D | IdenticalCodeFolding.cpp | 125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in findCandidates() local 126 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) { in findCandidates()
|
D | ELFObjectWriter.cpp | 150 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/ |
D | LDContext.h | 49 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/ |
D | ObjectLinker.cpp | 341 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()
|
D | SectionMap.cpp | 313 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/ |
D | ARMException.cpp | 68 end = ctx->sectEnd(); it != end; ++it) { in create()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 702 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/ |
D | AArch64LDBackend.cpp | 317 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end(); in scanErrata() local 318 sect != sectEnd; ++sect) { in scanErrata()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 1050 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()
|