HomeSort by: relevance | last modified time | path
    Searched defs:GO32EXE_DEFAULT_STUB_SIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff-stgo32.c 81 #define GO32EXE_DEFAULT_STUB_SIZE 2048
82 static const unsigned char go32exe_default_stub[GO32EXE_DEFAULT_STUB_SIZE] =
208 = bfd_alloc (abfd, (bfd_size_type) GO32EXE_DEFAULT_STUB_SIZE);
212 GO32EXE_DEFAULT_STUB_SIZE);
213 coff_data (abfd)->stub_size = GO32EXE_DEFAULT_STUB_SIZE;
  /src/external/gpl3/binutils.old/dist/bfd/
coff-stgo32.c 81 #define GO32EXE_DEFAULT_STUB_SIZE 2048
82 static const unsigned char go32exe_default_stub[GO32EXE_DEFAULT_STUB_SIZE] =
208 = bfd_alloc (abfd, (bfd_size_type) GO32EXE_DEFAULT_STUB_SIZE);
212 GO32EXE_DEFAULT_STUB_SIZE);
213 coff_data (abfd)->stub_size = GO32EXE_DEFAULT_STUB_SIZE;
  /src/external/gpl3/gdb.old/dist/bfd/
coff-stgo32.c 81 #define GO32EXE_DEFAULT_STUB_SIZE 2048
82 static const unsigned char go32exe_default_stub[GO32EXE_DEFAULT_STUB_SIZE] =
208 = bfd_alloc (abfd, (bfd_size_type) GO32EXE_DEFAULT_STUB_SIZE);
212 GO32EXE_DEFAULT_STUB_SIZE);
213 coff_data (abfd)->stub_size = GO32EXE_DEFAULT_STUB_SIZE;
  /src/external/gpl3/gdb/dist/bfd/
coff-stgo32.c 81 #define GO32EXE_DEFAULT_STUB_SIZE 2048
82 static const unsigned char go32exe_default_stub[GO32EXE_DEFAULT_STUB_SIZE] =
208 = bfd_alloc (abfd, (bfd_size_type) GO32EXE_DEFAULT_STUB_SIZE);
212 GO32EXE_DEFAULT_STUB_SIZE);
213 coff_data (abfd)->stub_size = GO32EXE_DEFAULT_STUB_SIZE;

Completed in 18 milliseconds