Searched refs:new_scn (Results 1 – 2 of 2) sorted by relevance
249 Elf_Scn *new_scn = elf_newscn (elfb); in copy_elf() local250 if (new_scn == NULL) in copy_elf()256 if (gelf_update_shdr (new_scn, &shdr) == 0) in copy_elf()266 Elf_Data *new_data = elf_newdata (new_scn); in copy_elf()
859 Elf_Scn *new_scn = elf_newscn (new_elf); in handle_debug_relocs() local860 if (new_scn == NULL) in handle_debug_relocs()866 if (gelf_update_shdr (new_scn, &shdr) == 0) in handle_debug_relocs()876 Elf_Data *new_data = elf_newdata (new_scn); in handle_debug_relocs()