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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1364 /// getSectionOrder
1365 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const function in class:GNULDBackend
1922 unsigned int order = getSectionOrder(**sect);
2307 if ((getSectionOrder(got) == SHO_RELRO_LAST) &&
2481 (*out)->setOrder(getSectionOrder(**it));
2510 size_t order = getSectionOrder(**it);

Completed in 762 milliseconds