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

/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp521 SectListTy sect_list; local
524 sect_list.push_back(std::make_pair(
529 for (unsigned int i = 1; i < sect_list.size(); ++i) {
530 SectOrder order = sect_list[i];
532 while (j >= 0 && sect_list[j].second > order.second) {
533 sect_list[j + 1] = sect_list[j];
536 sect_list[j + 1] = order;
541 for (size_t index = 0; index < sect_list.size(); ++index) {
542 m_SectionOrder.push_back(sect_list[inde
[all...]

Completed in 31 milliseconds