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

  /toolchain/binutils/binutils-2.25/include/coff/
go32exe.h 22 char stub[GO32_STUBSIZE]; /* the stub to load the image */
36 #define FILHSZ GO32_STUBSIZE+20
internal.h 61 #define GO32_STUBSIZE 2048
72 char go32stub[GO32_STUBSIZE];
  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 114 static const unsigned char stub_bytes[GO32_STUBSIZE] =
122 all the pointers are adjusted by adding GO32_STUBSIZE and for the
140 ADJUST_VAL (filehdr_dst->f_symptr, GO32_STUBSIZE);
145 memcpy (filehdr_dst->go32stub, filehdr_src->stub, GO32_STUBSIZE);
160 memcpy (filehdr_out->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE);
163 memcpy (filehdr_out->stub, stub_bytes, GO32_STUBSIZE);
165 ADJUST_VAL (filehdr_in->f_symptr, -GO32_STUBSIZE);
175 ADJUST_VAL (filehdr_in->f_symptr, GO32_STUBSIZE);
185 ADJUST_VAL (scnhdr_int->s_scnptr, GO32_STUBSIZE);
186 ADJUST_VAL (scnhdr_int->s_relptr, GO32_STUBSIZE);
    [all...]
coffcode.h     [all...]

Completed in 602 milliseconds