Home | History | Annotate | Download | only in libelf

Lines Matching refs:child

48       Elf *child = elf->state.ar.children;
50 while (child != NULL)
52 if (child->map_address == NULL)
54 child->map_address = elf->map_address;
55 child->start_offset -= offset;
56 if (child->kind == ELF_K_AR)
57 child->state.ar.offset -= offset;
59 set_address (child, offset);
62 child = child->next;