Home
last modified time | relevance | path

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

/external/elfutils/0.153/libelf/
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. */ argument
266 } Elf_ScnList; typedef
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;
Delf_newscn.c107 Elf_ScnList *newp;
111 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
Delf_end.c153 Elf_ScnList *list = (elf->class == ELFCLASS32
201 Elf_ScnList *oldp = list;
Delf_getscn.c81 Elf_ScnList *runp = (elf->class == ELFCLASS32
Delf_nextscn.c92 Elf_ScnList *list = scn->list;
Delf_getphdrnum.c79 const Elf_ScnList *const scns = (elf->class == ELFCLASS32
Delf32_offscn.c80 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns;
Delf_strptr.c82 Elf_ScnList *runp = (elf->class == ELFCLASS32
Delf32_updatefile.c113 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections()
226 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
665 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
Delf32_updatenull.c192 Elf_ScnList *list; in __elfw2()