HomeSort by: relevance | last modified time | path
    Searched refs:global_vercheck_failed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldelf.c 65 static bool global_vercheck_failed; variable
152 which we are checking. This sets GLOBAL_VERCHECK_FAILED if we find
161 if (global_vercheck_failed)
197 global_vercheck_failed = true;
329 global_vercheck_failed = false;
331 if (global_vercheck_failed)
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 65 static bool global_vercheck_failed; variable
152 which we are checking. This sets GLOBAL_VERCHECK_FAILED if we find
161 if (global_vercheck_failed)
197 global_vercheck_failed = true;
329 global_vercheck_failed = false;
331 if (global_vercheck_failed)

Completed in 29 milliseconds