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

/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp557 LDContext& output_context = *pOutput.context(); local
558 LDContext::sect_iterator it, itEnd = output_context.sectEnd();
559 for (it = output_context.sectBegin(); it != itEnd; ++it) {
636 output_context.getSectionTable().clear();
638 output_context.getSectionTable().push_back(m_SectionOrder[index]);

Completed in 38 milliseconds