Lines Matching refs:xcoff32
62 } xcoff32; member
103 } xcoff32; member
154 } xcoff32; member
222 } xcoff32; member
343 u.xcoff32.f_symptr)); in simple_object_xcoff_match()
345 u.xcoff32.f_nsyms)); in simple_object_xcoff_match()
348 u.xcoff32.f_opthdr))); in simple_object_xcoff_match()
483 u.xcoff32.s_scnptr)); in simple_object_xcoff_find_sections()
485 u.xcoff32.s_size)); in simple_object_xcoff_find_sections()
670 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size), in simple_object_xcoff_write_scnhdr()
672 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr), in simple_object_xcoff_write_scnhdr()
685 set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_flags), flags); in simple_object_xcoff_write_scnhdr()
792 strcpy ((char *)&syms[0].sym.u.xcoff32.n.n_name[0], ".file"); in simple_object_xcoff_write_to_file()
846 set_32 (&syms[0].sym.u.xcoff32.n.n.n_zeroes[0], 0); in simple_object_xcoff_write_to_file()
847 set_32 (&syms[0].sym.u.xcoff32.n.n.n_offset[0], name_offset); in simple_object_xcoff_write_to_file()
857 memcpy (&syms[0].sym.u.xcoff32.n.n_name[0], section->name, in simple_object_xcoff_write_to_file()
859 memset (&syms[0].sym.u.xcoff32.n.n_name[strlen (section->name)], 0, in simple_object_xcoff_write_to_file()