Home | History | Annotate | Download | only in Target

Lines Matching refs:order

1429     // get the order from target for target specific sections
1575 // FIXME: If the order of common symbols is defined, then sort common symbols
1576 // std::sort(com_sym, com_end, some kind of order);
1922 unsigned int order = getSectionOrder(**sect);
1923 if (SHO_RELRO_LOCAL == order ||
1924 SHO_RELRO == order ||
1925 SHO_RELRO_LAST == order) {
2296 (*relro_last)->order() <= SHO_RELRO_LAST &&
2297 (*out)->order() > SHO_RELRO_LAST) {
2490 unsigned int order = SHO_UNDEFINED;
2498 order = (*out)->order();
2502 (*out)->setOrder(order);
2510 size_t order = getSectionOrder(**it);
2519 if ((*out)->order() > order)
2524 (*out)->setOrder(order);