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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c1938 asection **sorted_hdrs;
1953 sorted_hdrs = bfd_malloc (amt);
1954 if (sorted_hdrs == NULL)
1959 sorted_hdrs[i] = current;
1962 qsort (sorted_hdrs, abfd->section_count, sizeof (asection *),
1972 current = sorted_hdrs[i];
1992 current = sorted_hdrs[i];
2072 free (sorted_hdrs);
2073 sorted_hdrs = NULL;
1931 asection **sorted_hdrs; local

Completed in 172 milliseconds