Lines Matching defs:list
77 /* Remove this structure from the children list. */
130 Elf_ScnList *list = (elf->class == ELFCLASS32
139 size_t cnt = list->max;
145 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);