Searched refs:GO32_STUBSIZE (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-stgo32.c | 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() [all …]
|
D | coffcode.h | 2076 coff->go32stub = (char *) bfd_alloc (abfd, (bfd_size_type) GO32_STUBSIZE); in coff_mkobject_hook() 2078 memcpy (coff->go32stub, internal_f->go32stub, GO32_STUBSIZE); in coff_mkobject_hook()
|
D | ChangeLog-2009 | 1208 (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.25/include/coff/ |
D | go32exe.h | 22 char stub[GO32_STUBSIZE]; /* the stub to load the image */ 36 #define FILHSZ GO32_STUBSIZE+20
|
D | internal.h | 61 #define GO32_STUBSIZE 2048 macro 72 char go32stub[GO32_STUBSIZE];
|
D | ChangeLog | 163 STUBSIZE by GO32_STUBSIZE. 165 * internal.h (GO32_STUBSIZE): ... here and rename it.
|