Home
last modified time | relevance | path

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

/external/elfutils/libelf/
DlibelfP.h209 struct Elf_ScnList *list; /* Pointer the the section list element the
215 typedef struct Elf_ScnList struct
219 struct Elf_ScnList *next; /* Next block of sections. */ argument
221 } Elf_ScnList; typedef
279 Elf_ScnList *scns_last; /* Last element in the section list.
298 Elf_ScnList *scns_last; /* Last element in the section list.
310 Elf_ScnList scns;
323 Elf_ScnList *scns_last; /* Last element in the section list.
334 Elf_ScnList scns;
Delf_newscn.c74 Elf_ScnList *newp;
78 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
Delf_end.c104 Elf_ScnList *list = (elf->class == ELFCLASS32
152 Elf_ScnList *oldp = list;
Delf_getscn.c48 Elf_ScnList *runp = (elf->class == ELFCLASS32
Delf_nextscn.c59 Elf_ScnList *list = scn->list;
Delf_strptr.c49 Elf_ScnList *runp = (elf->class == ELFCLASS32
Delf32_updatefile.c66 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections()
172 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
478 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
Delf32_updatenull.c148 Elf_ScnList *list; in __elfw2()