Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf.c51 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() function
4586 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-20042640 elf_sort_sections, assign_file_positions_for_segments,
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.