Home
last modified time | relevance | path

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

/external/elfutils/libelf/
DlibelfP.h245 struct Elf_ScnList *list; /* Pointer to the section list element the
251 typedef struct Elf_ScnList struct
255 struct Elf_ScnList *next; /* Next block of sections. */ argument
257 } Elf_ScnList; typedef
322 Elf_ScnList *scns_last; /* Last element in the section list.
341 Elf_ScnList *scns_last; /* Last element in the section list.
357 Elf_ScnList scns;
366 Elf_ScnList *scns_last; /* Last element in the section list.
381 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()
186 Elf_ScnList *oldp = list; in elf_end()
Delf_getscn.c58 Elf_ScnList *runp = (elf->class == ELFCLASS32 in elf_getscn()
Delf_nextscn.c69 Elf_ScnList *list = scn->list; in elf_nextscn()
Delf32_offscn.c57 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns; in elfw2()
Delf_getphdrnum.c57 const Elf_ScnList *const scns = (elf->class == ELFCLASS32 in __elf_getphdrnum_rdlock()
Delf_strptr.c73 Elf_ScnList *runp = (elf->class == ELFCLASS32 in elf_strptr()
Delf32_updatefile.c92 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections()
231 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
680 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
Delf32_updatenull.c183 Elf_ScnList *list; in __elfw2()