Home
last modified time | relevance | path

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

/external/elfutils/libelf/
DlibelfP.h248 struct Elf_ScnList *list; /* Pointer to the section list element the
254 typedef struct Elf_ScnList struct
258 struct Elf_ScnList *next; /* Next block of sections. */ argument
260 } Elf_ScnList; typedef
325 Elf_ScnList *scns_last; /* Last element in the section list.
344 Elf_ScnList *scns_last; /* Last element in the section list.
360 Elf_ScnList scns;
369 Elf_ScnList *scns_last; /* Last element in the section list.
384 Elf_ScnList scns;
Delf_newscn.c85 Elf_ScnList *newp = NULL; in elf_newscn()
92 < SIZE_MAX / 2 / sizeof (Elf_Scn) - sizeof (Elf_ScnList)) in elf_newscn()
97 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList) in elf_newscn()
Delf_end.c131 Elf_ScnList *list = (elf->class == ELFCLASS32 in elf_end()
187 Elf_ScnList *oldp = list; in elf_end()
Delf_nextscn.c44 Elf_ScnList *list; in elf_nextscn()
Delf32_offscn.c57 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns; in elfw2()
Delf_getscn.c58 Elf_ScnList *runp = (elf->class == ELFCLASS32 in elf_getscn()
Delf_getphdrnum.c57 const Elf_ScnList *const scns = (elf->class == ELFCLASS32 in __elf_getphdrnum_rdlock()
Delf_strptr.c90 Elf_ScnList *runp = (elf->class == ELFCLASS32 in elf_strptr()
Delf32_updatefile.c91 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections()
220 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
675 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
Delf32_updatenull.c173 Elf_ScnList *list; in __elfw2()