Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_end.c535 free_section (AsmScn_t *scnp) in free_section() argument
539 if (scnp->subnext != NULL) in free_section()
540 free_section (scnp->subnext); in free_section()
542 struct AsmData *data = scnp->content; in free_section()
550 while (oldp != scnp->content); in free_section()
552 free (scnp); in free_section()
/external/elfutils/libelf/
Delf32_updatefile.c94 Elf_Scn **scnp = scns; in sort_sections() local
97 *scnp++ = &list->data[cnt]; in sort_sections()
100 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()