OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scnp
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libasm/
asm_end.c
535
free_section (AsmScn_t *
scnp
)
539
if (
scnp
->subnext != NULL)
540
free_section (
scnp
->subnext);
542
struct AsmData *data =
scnp
->content;
550
while (oldp !=
scnp
->content);
552
free (
scnp
);
/external/elfutils/libelf/
elf32_updatefile.c
94
Elf_Scn **
scnp
= scns;
local
97
*
scnp
++ = &list->data[cnt];
100
qsort (scns,
scnp
- scns, sizeof (*scns), compare_sections);
Completed in 104 milliseconds