Lines Matching defs:subelf
417 Elf *subelf;
448 || (subelf = elf_begin (fd, cmd, elf)) == NULL
449 || (arhdr = elf_getarhdr (subelf)) == NULL))
471 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
474 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
481 if (elf_kind (subelf) == ELF_K_ELF)
482 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name,
484 else if (elf_kind (subelf) == ELF_K_AR)
485 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
496 cmd = elf_next (subelf);
497 if (elf_end (subelf) != 0)