Searched refs:go32stub (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-stgo32.c | 145 memcpy (filehdr_dst->go32stub, filehdr_src->stub, GO32_STUBSIZE); in adjust_filehdr_in_post() 159 if (coff_data (abfd)->go32stub != NULL) in adjust_filehdr_out_pre() 160 memcpy (filehdr_out->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE); in adjust_filehdr_out_pre() 284 if (coff_data (abfd)->go32stub == NULL) in create_go32_stub() 350 coff_data (abfd)->go32stub = bfd_alloc (abfd, (bfd_size_type) coff_start); in create_go32_stub() 351 if (coff_data (abfd)->go32stub == NULL) in create_go32_stub() 357 if ((unsigned long) read (f, coff_data (abfd)->go32stub, coff_start) in create_go32_stub() 360 bfd_release (abfd, coff_data (abfd)->go32stub); in create_go32_stub() 361 coff_data (abfd)->go32stub = NULL; in create_go32_stub() 368 if (coff_data (abfd)->go32stub == NULL) in create_go32_stub() [all …]
|
D | libcoff-in.h | 111 char *go32stub; member
|
D | libcoff.h | 115 char *go32stub; member
|
D | coffcode.h | 2076 coff->go32stub = (char *) bfd_alloc (abfd, (bfd_size_type) GO32_STUBSIZE); in coff_mkobject_hook() 2077 if (coff->go32stub != NULL) in coff_mkobject_hook() 2078 memcpy (coff->go32stub, internal_f->go32stub, GO32_STUBSIZE); in coff_mkobject_hook()
|
D | Makefile.am | 773 freebsd.h genlink.h go32stub.h \
|
D | ChangeLog-2009 | 1220 * coffcode.h (coff_mkobject_hook): Initialize coff->go32stub. 1221 * libcoff-in.h (coff_data_type): New field go32stub. 1229 go32stub.
|
D | Makefile.in | 1076 freebsd.h genlink.h go32stub.h \
|
D | ChangeLog-9697 | 1074 * go32stub.h: New file. 1098 (HFILES): Add go32stub.h.
|
D | ChangeLog-0001 | 7773 * go32stub.h: Update stub.
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | internal.h | 72 char go32stub[GO32_STUBSIZE]; member
|
D | ChangeLog | 166 (struct internal_filehdr <go32stub>, F_GO32STUB): New.
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | SRC-POTFILES.in | 258 go32stub.h
|