Lines Matching refs:GO32_STUBSIZE

114 static const unsigned char stub_bytes[GO32_STUBSIZE] =
140 ADJUST_VAL (filehdr_dst->f_symptr, GO32_STUBSIZE); in adjust_filehdr_in_post()
145 memcpy (filehdr_dst->go32stub, filehdr_src->stub, GO32_STUBSIZE); in adjust_filehdr_in_post()
160 memcpy (filehdr_out->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE); in adjust_filehdr_out_pre()
163 memcpy (filehdr_out->stub, stub_bytes, GO32_STUBSIZE); in adjust_filehdr_out_pre()
165 ADJUST_VAL (filehdr_in->f_symptr, -GO32_STUBSIZE); in adjust_filehdr_out_pre()
175 ADJUST_VAL (filehdr_in->f_symptr, GO32_STUBSIZE); in adjust_filehdr_out_post()
185 ADJUST_VAL (scnhdr_int->s_scnptr, GO32_STUBSIZE); in adjust_scnhdr_in_post()
186 ADJUST_VAL (scnhdr_int->s_relptr, GO32_STUBSIZE); in adjust_scnhdr_in_post()
187 ADJUST_VAL (scnhdr_int->s_lnnoptr, GO32_STUBSIZE); in adjust_scnhdr_in_post()
197 ADJUST_VAL (scnhdr_int->s_scnptr, -GO32_STUBSIZE); in adjust_scnhdr_out_pre()
198 ADJUST_VAL (scnhdr_int->s_relptr, -GO32_STUBSIZE); in adjust_scnhdr_out_pre()
199 ADJUST_VAL (scnhdr_int->s_lnnoptr, -GO32_STUBSIZE); in adjust_scnhdr_out_pre()
209 ADJUST_VAL (scnhdr_int->s_scnptr, GO32_STUBSIZE); in adjust_scnhdr_out_post()
210 ADJUST_VAL (scnhdr_int->s_relptr, GO32_STUBSIZE); in adjust_scnhdr_out_post()
211 ADJUST_VAL (scnhdr_int->s_lnnoptr, GO32_STUBSIZE); in adjust_scnhdr_out_post()
228 ADJUST_VAL (in->x_sym.x_fcnary.x_fcn.x_lnnoptr, GO32_STUBSIZE); in adjust_aux_in_post()
246 ADJUST_VAL (in->x_sym.x_fcnary.x_fcn.x_lnnoptr, -GO32_STUBSIZE); in adjust_aux_out_pre()
264 ADJUST_VAL (in->x_sym.x_fcnary.x_fcn.x_lnnoptr, GO32_STUBSIZE); in adjust_aux_out_post()
371 = bfd_alloc (abfd, (bfd_size_type) GO32_STUBSIZE); in create_go32_stub()
374 memcpy (coff_data (abfd)->go32stub, stub_bytes, GO32_STUBSIZE); in create_go32_stub()
396 (bfd_size_type) GO32_STUBSIZE); in go32_stubbed_coff_bfd_copy_private_bfd_data()
401 GO32_STUBSIZE); in go32_stubbed_coff_bfd_copy_private_bfd_data()