Lines Matching refs:newscn
1008 Elf_Scn *newscn; in handle_elf() member
1741 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1742 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1750 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1786 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1787 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1793 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()
1795 shdr_info[cnt].data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()
1848 shdr_info[cnt].newscn = elf_newscn (newelf); in handle_elf()
1849 if (shdr_info[cnt].newscn == NULL) in handle_elf()
1855 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == idx); in handle_elf()
1859 shstrtab_data = elf_newdata (shdr_info[cnt].newscn); in handle_elf()