Searched refs:sortrefs (Results 1 – 3 of 3) sorted by relevance
172 struct secref **sortrefs = malloc (nrefs * sizeof sortrefs[0]); in cache_sections() local173 if (unlikely (sortrefs == NULL)) in cache_sections()177 sortrefs[i] = refs; in cache_sections()180 qsort (sortrefs, nrefs, sizeof sortrefs[0], &compare_secrefs); in cache_sections()185 mod->reloc_info->refs[i].name = sortrefs[i]->name; in cache_sections()186 mod->reloc_info->refs[i].scn = sortrefs[i]->scn; in cache_sections()187 mod->reloc_info->refs[i].relocs = sortrefs[i]->relocs; in cache_sections()188 mod->reloc_info->refs[i].start = sortrefs[i]->start; in cache_sections()189 mod->reloc_info->refs[i].end = sortrefs[i]->end; in cache_sections()190 free (sortrefs[i]); in cache_sections()[all …]
555 * derelocate.c (cache_sections): Free sortrefs.630 sortrefs with malloc, not alloca. Always free them on return.
73 Added support for sortrefs PI. Added support for figure names.398 exists with contents sortrefs="yes". Can be overriden by an XSLT parameter -->400 <xsl:param name="xml2rfc-sortrefs"402 translate(/processing-instruction('rfc')[contains(.,'sortrefs=')], '" ', ''),403 'sortrefs=')"1058 <xsl:when test="$xml2rfc-sortrefs='yes'">