Home | History | Annotate | Download | only in src

Lines Matching refs:subelf

265 	Elf *subelf;
285 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
287 kind = elf_kind (subelf);
292 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
295 process_file (fd, subelf, new_prefix, new_suffix,
300 cmd = elf_next (subelf);
301 if (elf_end (subelf) != 0)