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

/external/elfutils/src/
H A Dunstrip.c1000 struct section *undo_sections = NULL;
1066 undo_sections = xmalloc ((shnum - 1) * sizeof undo_sections[0]);
1069 struct section *sec = &undo_sections[undo_nalloc];
1099 qsort (undo_sections, undo_nalloc,
1100 sizeof undo_sections[0], compare_sections_nonrel);
1128 if (undo_sections != NULL)
1131 undo_sections,
1153 This matches what prelink's undo_sections does. */
1157 const struct section *undo_sec = &undo_sections[
998 struct section *undo_sections = NULL; local
[all...]

Completed in 63 milliseconds