Searched refs:text_scnhdr (Results 1 – 1 of 1) sorted by relevance
2175 struct internal_scnhdr text_scnhdr; in xcoff64_generate_rtinit() local2209 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()[all …]