Searched defs:sectEnd (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h60 sect_iterator sectEnd() function in class:mcld::LDContext
66 const_sect_iterator sectEnd() const function in class:mcld::LDContext
H A DELFSegment.h47 sect_iterator sectEnd() function in class:mcld::ELFSegment
53 const_sect_iterator sectEnd() const function in class:mcld::ELFSegment
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp75 LDContext::const_sect_iterator sect, sectEnd = pInput.context()->sectEnd(); local
76 for (sect = pInput.context()->sectBegin(); sect != sectEnd; ++sect) {
97 LDContext::const_sect_iterator sect, sectEnd = pOutput.context()->sectEnd(); local
98 for (sect = pOutput.context()->sectBegin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp88 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
89 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
248 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
249 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
H A DELFWriter.cpp332 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd(); local
333 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
345 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
374 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd(); local
375 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
387 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {

Completed in 266 milliseconds