HomeSort by relevance Sort by last modified time
    Searched refs:scnp (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libasm/
asm_end.c 533 free_section (AsmScn_t *scnp)
537 if (scnp->subnext != NULL)
538 free_section (scnp->subnext);
540 struct AsmData *data = scnp->content;
548 while (oldp != scnp->content);
550 free (scnp);
  /external/elfutils/libelf/
elf32_updatefile.c 115 Elf_Scn **scnp = scns; local
118 *scnp++ = &list->data[cnt];
121 qsort (scns, scnp - scns, sizeof (*scns), compare_sections);

Completed in 146 milliseconds