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

/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c2065 asection **sorted_hdrs;
2080 sorted_hdrs = (asection **) bfd_malloc (amt);
2081 if (sorted_hdrs == NULL)
2086 sorted_hdrs[i] = current;
2089 qsort (sorted_hdrs, abfd->section_count, sizeof (asection *),
2099 current = sorted_hdrs[i];
2119 current = sorted_hdrs[i];
2199 free (sorted_hdrs);
2200 sorted_hdrs = NULL;
2057 asection **sorted_hdrs; local

Completed in 47 milliseconds