Home | History | Annotate | Download | only in Target

Lines Matching defs:getSectionOrder

1348 /// getSectionOrder
1349 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const
1759 unsigned int order = getSectionOrder(**sect);
1922 if (getSectionOrder(**sect) > SHO_RELRO_LAST)
1937 if ((getSectionOrder(got) == SHO_RELRO_LAST) &&
2093 output_list.push_back(std::make_pair(*it, getSectionOrder(**it)));
2100 output_list.push_back(std::make_pair(*it, getSectionOrder(**it)));
2106 output_list.push_back(std::make_pair(*it, getSectionOrder(**it)));
2120 output_list.push_back(std::make_pair(*it, getSectionOrder(**it)));
2130 output_list.push_back(std::make_pair(*it, getSectionOrder(**it)));