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

  /external/elfutils/libelf/
libelfP.h 209 struct Elf_ScnList *list; /* Pointer the the section list element the
215 typedef struct Elf_ScnList
219 struct Elf_ScnList *next; /* Next block of sections. */
221 } Elf_ScnList;
279 Elf_ScnList *scns_last; /* Last element in the section list.
298 Elf_ScnList *scns_last; /* Last element in the section list.
310 Elf_ScnList scns;
323 Elf_ScnList *scns_last; /* Last element in the section list.
334 Elf_ScnList scns;
elf_newscn.c 74 Elf_ScnList *newp;
78 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
elf_getscn.c 48 Elf_ScnList *runp = (elf->class == ELFCLASS32
elf_nextscn.c 59 Elf_ScnList *list = scn->list;
elf_end.c 104 Elf_ScnList *list = (elf->class == ELFCLASS32
152 Elf_ScnList *oldp = list;
elf_strptr.c 49 Elf_ScnList *runp = (elf->class == ELFCLASS32
elf32_updatefile.c 66 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
172 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
478 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
elf32_updatenull.c 148 Elf_ScnList *list;

Completed in 3816 milliseconds