Home | History | Annotate | Download | only in src

Lines Matching refs:subelf

1784   Elf *subelf;
1787 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
1790 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
1792 if (elf_kind (subelf) == ELF_K_ELF)
1793 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name, 0, NULL);
1794 else if (elf_kind (subelf) == ELF_K_AR)
1795 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name, NULL);
1798 cmd = elf_next (subelf);
1799 if (unlikely (elf_end (subelf) != 0))