Home
last modified time | relevance | path

Searched defs:sectEnd (Results 1 – 10 of 10) sorted by relevance

/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/Core/
DModule.cpp39 iterator sect, sectEnd = end(); in getSection() local
48 const_iterator sect, sectEnd = end(); in getSection() local
/frameworks/compile/mclinker/lib/LD/
DELFSegmentFactory.cpp52 ELFSegment::iterator sect, sectEnd = (*segment)->end(); in find() local
68 ELFSegment::const_iterator sect, sectEnd = (*segment)->end(); in find() local
DGarbageCollection.cpp188 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in getEntrySections() local
330 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in stripSections() local
DELFObjectWriter.cpp150 ELFSegment::iterator sect, sectEnd = (*seg)->end(); in writeObject() local
157 Module::iterator sect, sectEnd = pModule.end(); in writeObject() local
371 Module::const_iterator section, sectEnd = pModule.end(); in emitShStrTab() local
DELFObjectReader.cpp110 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local
DIdenticalCodeFolding.cpp125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in findCandidates() local
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp341 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); in mergeSections() local
931 Module::iterator sectIter, sectEnd = m_pModule->end(); in partialSyncRelocationResult() local
DSectionMap.cpp313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); in matched() local
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp702 Module::const_iterator sect, sectEnd = pModule.end(); in sizeShstrtab() local
1829 for (ELFSegment::iterator sect = (*seg)->begin(), sectEnd = (*seg)->end(); in createProgramHdrs() local
1866 Module::iterator sect, sectBegin, sectEnd; in createProgramHdrs() local
1952 ELFSegment::iterator sect, sectEnd = (*seg)->end(); in setupProgramHdrs() local