Home
last modified time | relevance | path

Searched refs:sort_ids (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c244 static void sort_ids (struct head *);
1397 sort_ids (&constructors); in main()
1398 sort_ids (&destructors); in main()
1658 sort_ids (struct head *head_ptr) in sort_ids() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c277 static void sort_ids PARAMS ((struct head *));
1426 sort_ids (&constructors);
1427 sort_ids (&destructors);
1729 sort_ids (head_ptr) in sort_ids() function
H A DChangeLog.112344 * collect2.c (sort_ids): Remove unused variable.
14937 * collect2.c (extract_init_priority, sort_ids): New fns.
14938 (main): Call sort_ids.