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

  /external/elfutils/libelf/
libelfP.h 254 struct Elf_ScnList *list; /* Pointer the the section list element the
260 typedef struct Elf_ScnList
264 struct Elf_ScnList *next; /* Next block of sections. */
266 } Elf_ScnList;
336 Elf_ScnList *scns_last; /* Last element in the section list.
356 Elf_ScnList *scns_last; /* Last element in the section list.
369 Elf_ScnList scns;
382 Elf_ScnList *scns_last; /* Last element in the section list.
394 Elf_ScnList scns;
elf_newscn.c 107 Elf_ScnList *newp;
111 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
elf32_offscn.c 80 Elf_ScnList *runp = &elf->state.ELFW(elf,LIBELFBITS).scns;
elf_getscn.c 81 Elf_ScnList *runp = (elf->class == ELFCLASS32
elf_nextscn.c 92 Elf_ScnList *list = scn->list;
elf_strptr.c 82 Elf_ScnList *runp = (elf->class == ELFCLASS32
elf_end.c 153 Elf_ScnList *list = (elf->class == ELFCLASS32
201 Elf_ScnList *oldp = list;
elf32_updatenull.c 188 Elf_ScnList *list;
elf32_updatefile.c 113 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
215 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
612 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;

Completed in 133 milliseconds