Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Dderelocate.c156 struct secref **sortrefs = alloca (nrefs * sizeof sortrefs[0]); in cache_sections() local
158 sortrefs[i] = refs; in cache_sections()
161 qsort (sortrefs, nrefs, sizeof sortrefs[0], &compare_secrefs); in cache_sections()
166 mod->reloc_info->refs[i].name = sortrefs[i]->name; in cache_sections()
167 mod->reloc_info->refs[i].scn = sortrefs[i]->scn; in cache_sections()
168 mod->reloc_info->refs[i].relocs = sortrefs[i]->relocs; in cache_sections()
169 mod->reloc_info->refs[i].start = sortrefs[i]->start; in cache_sections()
170 mod->reloc_info->refs[i].end = sortrefs[i]->end; in cache_sections()