Home | History | Annotate | Download | only in libelf

Lines Matching defs:child

68       Elf *child = elf->state.ar.children;
70 while (child != NULL)
72 if (child->map_address == NULL)
74 child->map_address = elf->map_address;
75 child->start_offset -= offset;
76 if (child->kind == ELF_K_AR)
77 child->state.ar.offset -= offset;
79 set_address (child, offset);
82 child = child->next;