Home
last modified time | relevance | path

Searched refs:sorted_hdrs (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDecoff.c1931 asection **sorted_hdrs; in ecoff_compute_section_file_positions() local
1946 sorted_hdrs = bfd_malloc (amt); in ecoff_compute_section_file_positions()
1947 if (sorted_hdrs == NULL) in ecoff_compute_section_file_positions()
1952 sorted_hdrs[i] = current; in ecoff_compute_section_file_positions()
1955 qsort (sorted_hdrs, abfd->section_count, sizeof (asection *), in ecoff_compute_section_file_positions()
1965 current = sorted_hdrs[i]; in ecoff_compute_section_file_positions()
1985 current = sorted_hdrs[i]; in ecoff_compute_section_file_positions()
2065 free (sorted_hdrs); in ecoff_compute_section_file_positions()
2066 sorted_hdrs = NULL; in ecoff_compute_section_file_positions()
HDChangeLog-9495278 (get_program_header_size): Remove sorted_hdrs, count, and
3953 * elfcode.h (get_program_header_size): New parameters sorted_hdrs,
3955 If sorted_hdrs is non-NULL, use it to compute the number of segments.
3962 * elfcode.h (map_program_segments): Add sorted_hdrs parameter.
3964 (assign_file_positions_except_relocs): Pass sorted_hdrs to
4014 (assign_file_positions_except_relocs): Free sorted_hdrs.