Searched refs:elfb (Results 1 - 1 of 1) sorted by relevance
/third_party/elfutils/tests/ |
H A D | elfcopy.c | 104 Elf *elfb = elf_begin (fdb, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in copy_elf() local 105 if (elfb == NULL) in copy_elf() 123 if (gelf_newehdr (elfb, class) == 0) in copy_elf() 133 if (gelf_update_ehdr (elfb, ehdrb) == 0) in copy_elf() 147 if (setshstrndx (elfb, shstrndx) < 0) in copy_elf() 163 if (gelf_newphdr (elfb, phnum) == 0) in copy_elf() 179 if (gelf_update_phdr (elfb, cnt, phdr) == 0) in copy_elf() 249 Elf_Scn *new_scn = elf_newscn (elfb); in copy_elf() 281 while ((scn = elf_nextscn (elfb, scn)) != NULL) in copy_elf() 305 elf_flagelf (elfb, ELF_C_SE in copy_elf() [all...] |
Completed in 1 milliseconds