HomeSort by relevance Sort by last modified time
    Searched refs:Elf_ScnList (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libelf/
elf_getscn.c 58 Elf_ScnList *runp = (elf->class == ELFCLASS32
elf_newscn.c 85 Elf_ScnList *newp = NULL;
92 < SIZE_MAX / 2 / sizeof (Elf_Scn) - sizeof (Elf_ScnList))
97 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
libelfP.h 245 struct Elf_ScnList *list; /* Pointer to the section list element the
251 typedef struct Elf_ScnList
255 struct Elf_ScnList *next; /* Next block of sections. */
257 } Elf_ScnList;
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;
elf32_offscn.c 57 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns;
elf_nextscn.c 69 Elf_ScnList *list = scn->list;
elf_getphdrnum.c 57 const Elf_ScnList *const scns = (elf->class == ELFCLASS32
elf_end.c 131 Elf_ScnList *list = (elf->class == ELFCLASS32
186 Elf_ScnList *oldp = list;
elf_strptr.c 73 Elf_ScnList *runp = (elf->class == ELFCLASS32
elf32_updatefile.c 92 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
231 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
680 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
elf32_updatenull.c 183 Elf_ScnList *list;

Completed in 340 milliseconds