Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_end.c520 free_section (AsmScn_t *scnp) in free_section() argument
524 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()
/external/elfutils/libelf/
Delf32_updatefile.c68 Elf_Scn **scnp = scns; in sort_sections() local
74 *scnp++ = &list->data[cnt]; in sort_sections()
78 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()