Searched refs:undo_sections (Results 1 – 1 of 1) sorted by relevance
1092 struct section *undo_sections = NULL; in find_alloc_sections_prelink() local1161 undo_sections = xmalloc (shnum * sizeof undo_sections[0]); in find_alloc_sections_prelink()1164 struct section *sec = &undo_sections[undo_nalloc]; in find_alloc_sections_prelink()1195 qsort (undo_sections, undo_nalloc, in find_alloc_sections_prelink()1196 sizeof undo_sections[0], compare_sections_nonrel); in find_alloc_sections_prelink()1224 if (undo_sections != NULL) in find_alloc_sections_prelink()1227 undo_sections, in find_alloc_sections_prelink()1253 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink()1300 free (undo_sections); in find_alloc_sections_prelink()