Home
last modified time | relevance | path

Searched refs:obj_end (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DModule.h91 const_obj_iterator obj_end () const { return m_ObjectList.end(); } in obj_end() function
92 obj_iterator obj_end () { return m_ObjectList.end(); } in obj_end() function
/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp100 Module::obj_iterator input, inEnd = m_Module.obj_end(); in applyRelocations()
150 Module::obj_iterator input, inEnd = m_Module.obj_end(); in normalSyncRelocationResult()
DFragmentGraph.cpp173 Module::obj_iterator input, inEnd = pModule.obj_end(); in createRegularEdges()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp242 Module::obj_iterator obj, objEnd = m_pModule->obj_end(); in mergeSections()
375 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in scanRelocations()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp523 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp574 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1883 Module::const_obj_iterator obj, objEnd = pModule.obj_end(); in setupGNUStackInfo()
2191 Module::obj_iterator input, inEnd = pModule.obj_end(); in preLayout()