Lines Matching defs:undo_sections
1110 struct section *undo_sections = NULL;
1179 undo_sections = xmalloc (shnum * sizeof undo_sections[0]);
1182 struct section *sec = &undo_sections[undo_nalloc];
1213 qsort (undo_sections, undo_nalloc,
1214 sizeof undo_sections[0], compare_sections_nonrel);
1232 if (undo_sections != NULL)
1235 undo_sections,
1257 This matches what prelink's undo_sections does. */
1261 const struct section *undo_sec = &undo_sections[i];
1308 free (undo_sections);