Home
last modified time | relevance | path

Searched refs:elf_sort_sections (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delf.c48 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() function
4359 elf_sort_sections); in assign_file_positions_for_load_sections()
DChangeLog-98994469 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
5036 * elf.c (elf_sort_sections): Likewise.
DChangeLog-96974008 (elf_sort_sections): Sort sections by LMA after VMA.
DChangeLog-00013650 * elf.c (elf_sort_sections): Return zero only as the last step.
DChangeLog-02035105 * elf.c (elf_sort_sections): Don't reorder .tbss.
DChangeLog-9495275 (elf_sort_sections): New static function.