Searched refs:sect_end (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDSectionFactory.cpp42 iterator sect_iter, sect_end = end(); local
43 for (sect_iter = begin(); sect_iter != sect_end; ++sect_iter)
46 if (sect_iter == sect_end)
H A DLDContext.cpp42 sect_iterator sect_iter, sect_end = sectEnd(); local
43 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
52 const_sect_iterator sect_iter, sect_end = sectEnd(); local
53 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1419 LDContext::sect_iterator sect, sect_end = pOutput.context()->sectEnd(); local
1420 for (sect = pOutput.context()->sectBegin(); sect != sect_end; ++sect) {

Completed in 3022 milliseconds