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

  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 76 static int is_leading_underscore = -1; variable
745 is_leading_underscore = 0;
748 is_leading_underscore = 1;
853 if (is_leading_underscore == -1)
854 is_leading_underscore = (which_cpu != X64_CPU && which_cpu != ARM_CPU);
900 if (is_leading_underscore == 0)
902 else if (is_leading_underscore == 1)
907 const char *prefix = (is_leading_underscore != 0 ? "_" : "");
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 76 static int is_leading_underscore = -1; variable
745 is_leading_underscore = 0;
748 is_leading_underscore = 1;
853 if (is_leading_underscore == -1)
854 is_leading_underscore = (which_cpu != X64_CPU && which_cpu != ARM_CPU);
900 if (is_leading_underscore == 0)
902 else if (is_leading_underscore == 1)
907 const char *prefix = (is_leading_underscore != 0 ? "_" : "");

Completed in 24 milliseconds