Home
last modified time | relevance | path

Searched refs:GO32_STUBSIZE (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-stgo32.c114 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()
[all …]
Dcoffcode.h2088 coff->go32stub = (char *) bfd_alloc (abfd, (bfd_size_type) GO32_STUBSIZE); in coff_mkobject_hook()
2093 memcpy (coff->go32stub, internal_f->go32stub, GO32_STUBSIZE); in coff_mkobject_hook()
DChangeLog-20091208 (stub_bytes, comment): Replace STUBSIZE by GO32_STUBSIZE.
1210 Replace STUBSIZE by GO32_STUBSIZE. Save now the stub in
1212 (adjust_filehdr_out_pre): Replace STUBSIZE by GO32_STUBSIZE.
1216 (adjust_aux_out_post): Replace STUBSIZE by GO32_STUBSIZE.
1218 Replace STUBSIZE by GO32_STUBSIZE. Substitute the removed macro
/toolchain/binutils/binutils-2.27/include/coff/
Dgo32exe.h22 char stub[GO32_STUBSIZE]; /* the stub to load the image */
36 #define FILHSZ GO32_STUBSIZE+20
Dinternal.h61 #define GO32_STUBSIZE 2048 macro
72 char go32stub[GO32_STUBSIZE];
DChangeLog-0415173 STUBSIZE by GO32_STUBSIZE.
175 * internal.h (GO32_STUBSIZE): ... here and rename it.