Searched refs:Elf_ScnList (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/0.153/libelf/
H A DlibelfP.h254 struct Elf_ScnList *list; /* Pointer to the section list element the
260 typedef struct Elf_ScnList struct
264 struct Elf_ScnList *next; /* Next block of sections. */
266 } Elf_ScnList; typedef in typeref:struct:Elf_ScnList
331 Elf_ScnList *scns_last; /* Last element in the section list.
350 Elf_ScnList *scns_last; /* Last element in the section list.
366 Elf_ScnList scns;
375 Elf_ScnList *scns_last; /* Last element in the section list.
390 Elf_ScnList scns;
H A Delf_newscn.c107 Elf_ScnList *newp;
111 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
H A Delf32_offscn.c80 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns;
H A Delf_getphdrnum.c79 const Elf_ScnList *const scns = (elf->class == ELFCLASS32
H A Delf_getscn.c81 Elf_ScnList *runp = (elf->class == ELFCLASS32
H A Delf_nextscn.c92 Elf_ScnList *list = scn->list;
H A Delf_strptr.c82 Elf_ScnList *runp = (elf->class == ELFCLASS32
H A Delf_end.c153 Elf_ScnList *list = (elf->class == ELFCLASS32
201 Elf_ScnList *oldp = list;
H A Delf32_updatenull.c192 Elf_ScnList *list;
H A Delf32_updatefile.c113 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
226 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
665 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;

Completed in 818 milliseconds