Searched refs:scnp (Results 1 – 2 of 2) sorted by relevance
536 free_section (AsmScn_t *scnp) in free_section() argument540 if (scnp->subnext != NULL) in free_section()541 free_section (scnp->subnext); in free_section()543 struct AsmData *data = scnp->content; in free_section()551 while (oldp != scnp->content); in free_section()553 free (scnp); in free_section()
93 Elf_Scn **scnp = scns; in sort_sections() local96 *scnp++ = &list->data[cnt]; in sort_sections()99 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()