Home | History | Annotate | Download | only in libelf

Lines Matching defs:list

78   /* Remove this structure from the children list.  */
131 Elf_ScnList *list = (elf->class == ELFCLASS32
140 size_t cnt = list->max;
146 Elf_Scn *scn = &list->data[cnt];
172 /* Free the list of data buffers for the section.
186 Elf_ScnList *oldp = list;
187 list = list->next;
188 assert (list == NULL || oldp->cnt == oldp->max);
196 while (list != NULL);