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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1304 /// getSectionOrder
1305 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const { function in class:mcld::GNULDBackend
1832 unsigned int order = getSectionOrder(**sect);
2209 if ((getSectionOrder(got) == SHO_RELRO_LAST) &&
2384 (*out)->setOrder(getSectionOrder(**it));
2415 size_t order = getSectionOrder(**it);

Completed in 54 milliseconds