Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
H A DlibelfP.h246 struct Elf_ScnList *list; /* Pointer to the section list element the
252 typedef struct Elf_ScnList struct
256 struct Elf_ScnList *next; /* Next block of sections. */
258 } Elf_ScnList; typedef
324 Elf_ScnList *scns_last; /* Last element in the section list.
343 Elf_ScnList *scns_last; /* Last element in the section list.
359 Elf_ScnList scns;
368 Elf_ScnList *scns_last; /* Last element in the section list.
383 Elf_ScnList scns;
H A 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 = calloc (sizeof (Elf_ScnList) in elf_newscn()
H A Delf_end.c130 Elf_ScnList *list = (elf->class == ELFCLASS32 in elf_end()
186 Elf_ScnList *oldp = list; in elf_end()
H A Delf_nextscn.c44 Elf_ScnList *list; in elf_nextscn()
H A Delf_getscn.c58 Elf_ScnList *runp = (elf->class == ELFCLASS32 in elf_getscn()
H A Delf32_offscn.c57 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns; in elfw2()
H A Delf_getphdrnum.c58 const Elf_ScnList *const scns = (elf->class == ELFCLASS32 in __elf_getphdrnum_rdlock()
H A Delf_strptr.c92 Elf_ScnList *runp = (elf->class == ELFCLASS32 in elf_strptr()
H A Delf32_updatefile.c88 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections()
217 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
687 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
H A Delf32_updatenull.c175 Elf_ScnList *list; in __elfw2()

Completed in 5 milliseconds