Home | History | Annotate | Download | only in src

Lines Matching refs:subelf

403 	Elf *subelf;
419 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
421 kind = elf_kind (subelf);
426 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
429 process_file (fd, subelf, new_prefix, arhdr->ar_name, false);
433 cmd = elf_next (subelf);
434 if (elf_end (subelf) != 0)