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

/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp523 SectListTy sect_list; local
526 sect_list.push_back(std::make_pair(
531 for (unsigned int i = 1; i < sect_list.size(); ++i) {
532 SectOrder order = sect_list[i];
534 while (j >= 0 && sect_list[j].second > order.second) {
535 sect_list[j + 1] = sect_list[j];
538 sect_list[j + 1] = order;
543 for (size_t index = 0; index < sect_list.size(); ++index) {
544 m_SectionOrder.push_back(sect_list[inde
[all...]

Completed in 61 milliseconds