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

  /src/external/gpl3/binutils/dist/bfd/
coff-stgo32.c 88 static char * go32exe_temp_stub = NULL; variable
121 if (go32exe_temp_stub != NULL)
127 memcpy (coff_data (abfd)->stub, go32exe_temp_stub,
130 free (go32exe_temp_stub);
131 go32exe_temp_stub = NULL;
253 free (go32exe_temp_stub);
254 go32exe_temp_stub = NULL;
258 /* Check that there is a GO32 stub and read it to go32exe_temp_stub.
304 go32exe_temp_stub = bfd_malloc (stubsize);
305 if (go32exe_temp_stub == NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-stgo32.c 88 static char * go32exe_temp_stub = NULL; variable
121 if (go32exe_temp_stub != NULL)
127 memcpy (coff_data (abfd)->stub, go32exe_temp_stub,
130 free (go32exe_temp_stub);
131 go32exe_temp_stub = NULL;
253 free (go32exe_temp_stub);
254 go32exe_temp_stub = NULL;
258 /* Check that there is a GO32 stub and read it to go32exe_temp_stub.
304 go32exe_temp_stub = bfd_malloc (stubsize);
305 if (go32exe_temp_stub == NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-stgo32.c 88 static char * go32exe_temp_stub = NULL; variable
121 if (go32exe_temp_stub != NULL)
127 memcpy (coff_data (abfd)->stub, go32exe_temp_stub,
130 free (go32exe_temp_stub);
131 go32exe_temp_stub = NULL;
253 free (go32exe_temp_stub);
254 go32exe_temp_stub = NULL;
258 /* Check that there is a GO32 stub and read it to go32exe_temp_stub.
304 go32exe_temp_stub = bfd_malloc (stubsize);
305 if (go32exe_temp_stub == NULL
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-stgo32.c 88 static char * go32exe_temp_stub = NULL; variable
121 if (go32exe_temp_stub != NULL)
127 memcpy (coff_data (abfd)->stub, go32exe_temp_stub,
130 free (go32exe_temp_stub);
131 go32exe_temp_stub = NULL;
253 free (go32exe_temp_stub);
254 go32exe_temp_stub = NULL;
258 /* Check that there is a GO32 stub and read it to go32exe_temp_stub.
304 go32exe_temp_stub = bfd_malloc (stubsize);
305 if (go32exe_temp_stub == NULL
    [all...]

Completed in 18 milliseconds