Home | History | Annotate | Download | only in src

Lines Matching refs:subelf

266 	Elf *subelf;
286 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
288 kind = elf_kind (subelf);
293 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
296 process_file (fd, subelf, new_prefix, new_suffix,
301 cmd = elf_next (subelf);
302 if (elf_end (subelf) != 0)