Searched refs:newelf (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | strip.c | 1098 Elf *newelf; in handle_elf() local 1100 newelf = elf_begin (fd, ELF_C_WRITE_MMAP, NULL); in handle_elf() 1102 newelf = elf_clone (elf, ELF_C_EMPTY); in handle_elf() 1104 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0)) in handle_elf() 1114 if (unlikely (gelf_newphdr (newelf, phnum) == 0)) in handle_elf() 1126 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0)) in handle_elf() 1133 if (handle_debug_relocs (elf, ebl, newelf, ehdr, fname, shstrndx, in handle_elf() 1734 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf() 1779 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf() 1842 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf() [all …]
|
D | ar.c | 1260 Elf *newelf; in do_oper_insert() local 1284 else if ((newelf = elf_begin (newfd, ELF_C_READ_MMAP, NULL)) in do_oper_insert() 1298 found[cnt]->elf = newelf; in do_oper_insert() 1305 found[cnt]->mem = elf_rawfile (newelf, &found[cnt]->size); in do_oper_insert() 1307 || elf_cntl (newelf, ELF_C_FDDONE) != 0) in do_oper_insert()
|