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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c1764 asection **subspace_sections = NULL; local
2013 subspace_sections = bfd_malloc (amt);
2014 if (subspace_sections == NULL)
2022 subspace_sections[i] = section;
2025 qsort (subspace_sections, total_subspaces,
2028 /* subspace_sections is now sorted in the order in which the subspaces
2031 subspace_sections[i]->target_index = i;
2036 if (subspace_sections != NULL)
2037 free (subspace_sections);
2045 if (subspace_sections !
[all...]

Completed in 162 milliseconds