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

  /toolchain/binutils/binutils-2.25/ld/
ldmain.h 28 extern FILE *saved_script_handle;
ld.h 291 extern FILE * saved_script_handle;
ldmain.c 66 FILE *saved_script_handle = NULL; variable
324 if (saved_script_handle == NULL
334 if (saved_script_handle == NULL)
353 if (saved_script_handle)
359 if (saved_script_handle)
365 rewind (saved_script_handle);
366 while ((n = fread (buf, 1, ld_bufsz - 1, saved_script_handle)) > 0)
371 rewind (saved_script_handle);
    [all...]
lexsup.c     [all...]
ldfile.c 630 saved_script_handle = ldlex_input_stack;
ldlang.c     [all...]

Completed in 511 milliseconds