Lines Matching refs:list
81 /* Insert the sections in the list into the provided array and sort
88 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
92 for (size_t cnt = 0; cnt < list->cnt; ++cnt)
93 *scnp++ = &list->data[cnt];
94 while ((list = list->next) != NULL);
217 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
233 sort_sections (scns, list);
267 multiple data segments in the list only the first can be
687 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns;
695 sort_sections (scns, list);