Searched refs:undo_sections (Results 1 – 1 of 1) sorted by relevance
998 struct section *undo_sections = NULL; in find_alloc_sections_prelink() local1064 undo_sections = xmalloc ((shnum - 1) * sizeof undo_sections[0]); in find_alloc_sections_prelink()1067 struct section *sec = &undo_sections[undo_nalloc]; in find_alloc_sections_prelink()1097 qsort (undo_sections, undo_nalloc, in find_alloc_sections_prelink()1098 sizeof undo_sections[0], compare_sections_nonrel); in find_alloc_sections_prelink()1126 if (undo_sections != NULL) in find_alloc_sections_prelink()1129 undo_sections, in find_alloc_sections_prelink()1155 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink()1202 free (undo_sections); in find_alloc_sections_prelink()