Searched refs:scnp (Results 1 – 2 of 2) sorted by relevance
520 free_section (AsmScn_t *scnp) in free_section() argument524 if (scnp->subnext != NULL) in free_section()525 free_section (scnp->subnext); in free_section()527 struct AsmData *data = scnp->content; in free_section()535 while (oldp != scnp->content); in free_section()537 free (scnp); in free_section()
68 Elf_Scn **scnp = scns; in sort_sections() local74 *scnp++ = &list->data[cnt]; in sort_sections()78 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()