Searched refs:debugelf (Results 1 – 1 of 1) sorted by relevance
932 Elf *debugelf = NULL; in handle_elf() local1100 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL); in handle_elf()1101 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0)) in handle_elf()1111 if (unlikely (gelf_newphdr (debugelf, phnum) == 0)) in handle_elf()1123 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0)) in handle_elf()1568 scn = elf_newscn (debugelf); in handle_elf()1624 debugehdr = gelf_getehdr (debugelf, &debugehdr_mem); in handle_elf()1635 if (unlikely (gelf_update_ehdr (debugelf, debugehdr) == 0)) in handle_elf()1652 if (update_shdrstrndx (debugelf, shdrstrndx) != 0) in handle_elf()2135 if (debugelf != NULL) in handle_elf()[all …]