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

  /src/external/gpl3/binutils/dist/gas/
emul.h 30 unsigned leading_underscore : 2; member in struct:emulation
  /src/external/gpl3/binutils.old/dist/gas/
emul.h 30 unsigned leading_underscore : 2; member in struct:emulation
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 397 static char *leading_underscore = NULL; variable
913 return leading_underscore;
1468 new_exclude->string = xasprintf ("%s%s", leading_underscore,
2119 leading_underscore, exp->name);
2122 fprintf (f, "_imp_%s%s:\n", leading_underscore, exp->name);
3885 leading_underscore = "";
3888 leading_underscore = "_";
4019 if (leading_underscore == NULL)
4029 leading_underscore = underscore;
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 397 static char *leading_underscore = NULL; variable
913 return leading_underscore;
1467 new_exclude->string = xasprintf ("%s%s", leading_underscore,
2118 leading_underscore, exp->name);
2121 fprintf (f, "_imp_%s%s:\n", leading_underscore, exp->name);
3884 leading_underscore = "";
3887 leading_underscore = "_";
4018 if (leading_underscore == NULL)
4028 leading_underscore = underscore;

Completed in 28 milliseconds