Searched refs:newscn (Results 1 – 2 of 2) sorted by relevance
427 Elf_Scn *newscn; in handle_elf() member1000 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()1001 if (shdr_info[cnt].newscn == NULL) in handle_elf()1005 assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1037 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()1038 if (shdr_info[cnt].newscn == NULL) in handle_elf()1042 assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1044 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()1093 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()1094 if (shdr_info[cnt].newscn == NULL) in handle_elf()[all …]
276 Elf_Scn *newscn = elf_newscn (outelf); in copy_elf() local279 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf()284 Elf_Data *newdata = elf_newdata (newscn); in copy_elf()