Home
last modified time | relevance | path

Searched refs:reloc_iterator (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h40 typedef RelocationListType::iterator reloc_iterator; typedef
68 reloc_iterator reloc_begin() { return m_Relocations.begin(); } in reloc_begin()
72 reloc_iterator reloc_end() { return m_Relocations.end(); } in reloc_end()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp834 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in relocation()
912 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in normalSyncRelocationResult()