Home
last modified time | relevance | path

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

/external/elfutils/src/
Dunstrip.c1078 struct section *undo_sections = NULL; in find_alloc_sections_prelink() local
1147 undo_sections = xmalloc (shnum * sizeof undo_sections[0]); in find_alloc_sections_prelink()
1150 struct section *sec = &undo_sections[undo_nalloc]; in find_alloc_sections_prelink()
1181 qsort (undo_sections, undo_nalloc, in find_alloc_sections_prelink()
1182 sizeof undo_sections[0], compare_sections_nonrel); in find_alloc_sections_prelink()
1210 if (undo_sections != NULL) in find_alloc_sections_prelink()
1213 undo_sections, in find_alloc_sections_prelink()
1239 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink()
1286 free (undo_sections); in find_alloc_sections_prelink()