HomeSort by relevance Sort by last modified time
    Searched full:sortrefs (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
derelocate.c 162 struct secref **sortrefs = malloc (nrefs * sizeof sortrefs[0]); local
163 if (unlikely (sortrefs == NULL))
167 sortrefs[i] = refs;
170 qsort (sortrefs, nrefs, sizeof sortrefs[0], &compare_secrefs);
175 mod->reloc_info->refs[i].name = sortrefs[i]->name;
176 mod->reloc_info->refs[i].scn = sortrefs[i]->scn;
177 mod->reloc_info->refs[i].relocs = sortrefs[i]->relocs;
178 mod->reloc_info->refs[i].start = sortrefs[i]->start
    [all...]
ChangeLog 224 * derelocate.c (cache_sections): Free sortrefs.
299 sortrefs with malloc, not alloca. Always free them on return.
    [all...]
  /external/libvorbis/doc/
rfc5215.xml 8 <?rfc sortrefs="yes" ?>
    [all...]

Completed in 183 milliseconds