Lines Matching refs:text_scnhdr
2175 struct internal_scnhdr text_scnhdr; in xcoff64_generate_rtinit() local
2209 memset (&text_scnhdr, 0, sizeof (struct internal_scnhdr)); in xcoff64_generate_rtinit()
2210 memcpy (text_scnhdr.s_name, text_name, strlen (text_name)); in xcoff64_generate_rtinit()
2211 text_scnhdr.s_paddr = 0; in xcoff64_generate_rtinit()
2212 text_scnhdr.s_vaddr = 0; in xcoff64_generate_rtinit()
2213 text_scnhdr.s_size = 0; in xcoff64_generate_rtinit()
2214 text_scnhdr.s_scnptr = 0; in xcoff64_generate_rtinit()
2215 text_scnhdr.s_relptr = 0; in xcoff64_generate_rtinit()
2216 text_scnhdr.s_lnnoptr = 0; in xcoff64_generate_rtinit()
2217 text_scnhdr.s_nreloc = 0; in xcoff64_generate_rtinit()
2218 text_scnhdr.s_nlnno = 0; in xcoff64_generate_rtinit()
2219 text_scnhdr.s_flags = STYP_TEXT; in xcoff64_generate_rtinit()
2466 bfd_coff_swap_scnhdr_out (abfd, &text_scnhdr, &scnhdr_ext[SCNHSZ * 0]); in xcoff64_generate_rtinit()