Lines Matching refs:newscn
434 Elf_Scn *newscn; in handle_elf() member
1062 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1063 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1071 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1103 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1104 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1111 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1113 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()
1166 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1167 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1174 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == idx); in handle_elf()
1178 shstrtab_data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()