Home | History | Annotate | Download | only in libelf

Lines Matching defs:list

69       Elf_ScnList *list = scn->list;
71 if (scn + 1 < &list->data[list->cnt])
73 else if (scn + 1 == &list->data[list->max]
74 && (list = list->next) != NULL)
76 /* If there is another element in the section list it must
78 assert (list->cnt > 0);
79 result = &list->data[0];