Home | History | Annotate | Download | only in libelf

Lines Matching defs:list

183       Elf_ScnList *list;
199 list = &elf->state.ELFW(elf,LIBELFBITS).scns;
203 if (list->data[1].shdr.ELFW(e,LIBELFBITS) == NULL)
204 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (&list->data[1]);
208 for (size_t cnt = first == true; cnt < list->cnt; ++cnt)
210 Elf_Scn *scn = &list->data[cnt];
276 if (list->data[cnt].data_list_rear != NULL)
368 changed. Create the section data list. */
409 assert (list->next == NULL || list->cnt == list->max);
413 while ((list = list->next) != NULL);