Searched refs:elf_sort_sections (Results 1 – 7 of 7) sorted by relevance
51 static int elf_sort_sections (const void *, const void *);3929 qsort (sections, (size_t) count, sizeof (asection *), elf_sort_sections); in _bfd_elf_map_sections_to_segments()4351 elf_sort_sections (const void *arg1, const void *arg2) in elf_sort_sections() function4586 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.
2640 elf_sort_sections, assign_file_positions_for_segments,
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.