Home | History | Annotate | Download | only in libelf

Lines Matching refs:next

114 	parent->state.ar.children = elf->next;
119 while (child->next != elf)
120 child = child->next;
122 child->next = elf->next;
146 Elf_Data_Chunk *next = rawchunks->next;
150 rawchunks = next;
190 runp = scn->data_list.next;
194 runp = runp->next;
202 list = list->next;