Searched refs:sectBegin (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h57 sect_iterator sectBegin() function in class:mcld::LDContext
63 const_sect_iterator sectBegin() const function in class:mcld::LDContext
H A DELFSegment.h44 sect_iterator sectBegin() function in class:mcld::ELFSegment
50 const_sect_iterator sectBegin() const function in class:mcld::ELFSegment
/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp43 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
53 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
H A DELFObjectReader.cpp89 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
249 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
H A DELFWriter.cpp333 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
345 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
375 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
387 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
H A DLayout.cpp559 for (it = output_context.sectBegin(); it != itEnd; ++it) {
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp76 for (sect = pInput.context()->sectBegin(); sect != sectEnd; ++sect) {
98 for (sect = pOutput.context()->sectBegin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1420 for (sect = pOutput.context()->sectBegin(); sect != sect_end; ++sect) {
1464 for (LDContext::sect_iterator sect = pOutput.context()->sectBegin();

Completed in 75 milliseconds