Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp141 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end(); in findCandidates() local
142 for (rel = (*sect)->getRelocData()->begin(); rel != relEnd; ++rel) { in findCandidates()
235 RelocData::iterator rel, relEnd = reloc_sect->getRelocData()->end(); in initConstantContent() local
236 for (rel = reloc_sect->getRelocData()->begin(); rel != relEnd; ++rel) { in initConstantContent()
284 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end(); in getContentWithVariables() local
285 for (rel = variable_relocs.begin(); rel != relEnd; ++rel) { in getContentWithVariables()