HomeSort by relevance Sort by last modified time
    Searched refs:go32stub (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
coff-stgo32.c 116 #include "go32stub.h"
145 memcpy (filehdr_dst->go32stub, filehdr_src->stub, GO32_STUBSIZE);
159 if (coff_data (abfd)->go32stub != NULL)
160 memcpy (filehdr_out->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE);
270 At first the environment variable $(GO32STUB) is checked and then
284 if (coff_data (abfd)->go32stub == NULL)
294 /* Check at first the environment variable $(GO32STUB). */
295 stub = getenv ("GO32STUB");
344 if (! CONST_STRNEQ (magic, "go32stub"))
350 coff_data (abfd)->go32stub = bfd_alloc (abfd, (bfd_size_type) coff_start)
    [all...]
libcoff-in.h 115 is kept in internal_filehdr.go32stub beforehand. */
116 char *go32stub; member in struct:coff_tdata
libcoff.h 119 is kept in internal_filehdr.go32stub beforehand. */
120 char *go32stub; member in struct:coff_tdata
    [all...]
coffcode.h     [all...]
Makefile.am 797 freebsd.h genlink.h go32stub.h \
  /toolchain/binutils/binutils-2.27/include/coff/
internal.h 68 Its data is kept in INTERNAL_FILEHDR.GO32STUB afterwards.
70 F_GO32STUB is set iff go32stub contains a valid data. Artifical headers
71 created in BFD have no pre-set go32stub. */
72 char go32stub[GO32_STUBSIZE]; member in struct:internal_filehdr
97 F_GO32STUB Field go32stub contains valid data. */

Completed in 99 milliseconds