• Home
  • Raw
  • Download

Lines Matching refs:subelf

510   Elf *subelf;  in do_oper_extract()  local
511 while ((subelf = elf_begin (fd, cmd, elf)) != NULL) in do_oper_extract()
513 Elf_Arhdr *arhdr = elf_getarhdr (subelf); in do_oper_extract()
517 index_off = elf_getaroff (subelf); in do_oper_extract()
595 char *data = elf_rawfile (subelf, &nleft); in do_oper_extract()
751 cmd = elf_next (subelf); in do_oper_extract()
752 if (elf_end (subelf) != 0) in do_oper_extract()
943 Elf *subelf; in do_oper_delete() local
944 while ((subelf = elf_begin (fd, cmd, elf)) != NULL) in do_oper_delete()
946 Elf_Arhdr *arhdr = elf_getarhdr (subelf); in do_oper_delete()
972 newp->old_off = elf_getaroff (subelf); in do_oper_delete()
988 arlib_add_symbols (subelf, arfname, arhdr->ar_name, newp->off); in do_oper_delete()
995 cmd = elf_next (subelf); in do_oper_delete()
996 if (elf_end (subelf) != 0) in do_oper_delete()
1146 Elf *subelf; in do_oper_insert() local
1147 while ((subelf = elf_begin (fd, cmd, elf)) != NULL) in do_oper_insert()
1149 Elf_Arhdr *arhdr = elf_getarhdr (subelf); in do_oper_insert()
1157 newp->old_off = elf_getaroff (subelf); in do_oper_insert()
1210 cmd = elf_next (subelf); in do_oper_insert()
1211 if (elf_end (subelf) != 0) in do_oper_insert()
1368 asm ("" : "=m" (arhdr), "=m" (subelf)); in do_oper_insert()
1370 || (subelf = elf_begin (fd, ELF_C_READ_MMAP, elf)) == NULL in do_oper_insert()
1371 || (arhdr = elf_getarhdr (subelf)) == NULL) in do_oper_insert()
1376 arlib_add_symbols (subelf, arfname, arhdr->ar_name, cur_off); in do_oper_insert()
1378 elf_end (subelf); in do_oper_insert()