Home | History | Annotate | Download | only in linker

Lines Matching refs:reverse

1158 void soinfo::CallArray(const char* array_name UNUSED, linker_function_t* functions, size_t count, bool reverse) {
1165 int begin = reverse ? (count - 1) : 0;
1166 int end = reverse ? -1 : count;
1167 int step = reverse ? -1 : 1;
1240 // DT_FINI_ARRAY must be parsed in reverse order.