Home | History | Annotate | Download | only in libelf

Lines Matching full:list

59       Elf_ScnList *list = scn->list;
61 if (scn + 1 < &list->data[list->cnt])
63 else if (scn + 1 == &list->data[list->max]
64 && (list = list->next) != NULL)
66 /* If there is another element in the section list it must
68 assert (list->cnt > 0);
69 result = &list->data[0];