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

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 39 iterator sect, sectEnd = end();
40 for (sect = begin(); sect != sectEnd; ++sect) {
49 const_iterator sect, sectEnd = end();
50 for (sect = begin(); sect != sectEnd; ++sect) {
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 51 const_sect_iterator sectEnd() const { return m_SectionTable.end(); }
52 sect_iterator sectEnd() { return m_SectionTable.end(); }
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 44 sect_iterator sect_iter, sect_end = sectEnd();
54 const_sect_iterator sect_iter, sect_end = sectEnd();
ELFObjectReader.cpp 102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd();
103 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
ELFObjectWriter.cpp 145 ELFSegment::sect_iterator sect, sectEnd = (*seg).end();
146 for (sect = (*seg).begin(); sect != sectEnd; ++sect)
152 Module::iterator sect, sectEnd = pModule.end();
153 for (sect = pModule.begin(); sect != sectEnd; ++sect)
365 Module::const_iterator section, sectEnd = pModule.end();
366 for (section = pModule.begin(); section != sectEnd; ++section) {
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 196 Module::iterator sectIter, sectEnd = m_Module.end();
197 for (sectIter = m_Module.begin(); sectIter != sectEnd; ++sectIter) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 242 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
243 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 367 Module::const_iterator sect, sectEnd = pModule.end();
368 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
    [all...]

Completed in 246 milliseconds