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

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 39 iterator sect, sectEnd = end();
40 for (sect = begin(); sect != sectEnd; ++sect) {
48 const_iterator sect, sectEnd = end();
49 for (sect = begin(); sect != sectEnd; ++sect) {
  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 52 ELFSegment::iterator sect, sectEnd = (*segment)->end();
53 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
68 ELFSegment::const_iterator sect, sectEnd = (*segment)->end();
69 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
GarbageCollection.cpp 188 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
189 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
330 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
331 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
BranchIslandFactory.cpp 41 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end();
42 sect != sectEnd; ++sect) {
LDContext.cpp 41 sect_iterator sect_iter, sect_end = sectEnd();
50 const_sect_iterator sect_iter, sect_end = sectEnd();
ELFObjectReader.cpp 111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd();
112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
IdenticalCodeFolding.cpp 125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
126 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
ELFObjectWriter.cpp 150 ELFSegment::iterator sect, sectEnd = (*seg)->end();
151 for (sect = (*seg)->begin(); sect != sectEnd; ++sect)
157 Module::iterator sect, sectEnd = pModule.end();
158 for (sect = pModule.begin(); sect != sectEnd; ++sect)
371 Module::const_iterator section, sectEnd = pModule.end();
372 for (section = pModule.begin(); section != sectEnd; ++section) {
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 49 const_sect_iterator sectEnd() const { return m_SectionTable.end(); }
50 sect_iterator sectEnd() { return m_SectionTable.end(); }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.cpp 68 end = ctx->sectEnd(); it != end; ++it) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 341 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
342 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
    [all...]
SectionMap.cpp 313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end();
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 317 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end();
318 sect != sectEnd; ++sect) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 702 Module::const_iterator sect, sectEnd = pModule.end();
703 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp     [all...]

Completed in 224 milliseconds