Searched refs:sorted_hdrs (Results 1 – 2 of 2) sorted by relevance
1942 asection **sorted_hdrs; in ecoff_compute_section_file_positions() local1957 sorted_hdrs = (asection **) bfd_malloc (amt); in ecoff_compute_section_file_positions()1958 if (sorted_hdrs == NULL) in ecoff_compute_section_file_positions()1963 sorted_hdrs[i] = current; in ecoff_compute_section_file_positions()1966 qsort (sorted_hdrs, abfd->section_count, sizeof (asection *), in ecoff_compute_section_file_positions()1976 current = sorted_hdrs[i]; in ecoff_compute_section_file_positions()1996 current = sorted_hdrs[i]; in ecoff_compute_section_file_positions()2076 free (sorted_hdrs); in ecoff_compute_section_file_positions()2077 sorted_hdrs = NULL; in ecoff_compute_section_file_positions()
278 (get_program_header_size): Remove sorted_hdrs, count, and3953 * 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 to4014 (assign_file_positions_except_relocs): Free sorted_hdrs.