Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.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()
H A DChangeLog-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.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Decoff.c2060 asection **sorted_hdrs; local
2075 sorted_hdrs = (asection **) bfd_malloc (amt);
2076 if (sorted_hdrs == NULL)
2081 sorted_hdrs[i] = current;
2084 qsort (sorted_hdrs, abfd->section_count, sizeof (asection *),
2094 current = sorted_hdrs[i];
2114 current = sorted_hdrs[i];
2194 free (sorted_hdrs);
2195 sorted_hdrs = NULL;
H A DChangeLog-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.