Searched refs:elf_sort_sections (Results 1 – 6 of 6) sorted by relevance
48 static int elf_sort_sections (const void *, const void *);3876 qsort (sections, (size_t) count, sizeof (asection *), elf_sort_sections); in _bfd_elf_map_sections_to_segments()4205 elf_sort_sections (const void *arg1, const void *arg2) in elf_sort_sections() function4359 elf_sort_sections); in assign_file_positions_for_load_sections()
4469 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the5036 * elf.c (elf_sort_sections): Likewise.
4008 (elf_sort_sections): Sort sections by LMA after VMA.
3650 * elf.c (elf_sort_sections): Return zero only as the last step.
5105 * elf.c (elf_sort_sections): Don't reorder .tbss.
275 (elf_sort_sections): New static function.