Searched refs:leading_underscore (Results 1 – 5 of 5) sorted by relevance
32 unsigned leading_underscore : 2; member
209 if (this_emulation->leading_underscore == 2) in common_emul_init()210 this_emulation->leading_underscore = this_format->dfl_leading_underscore; in common_emul_init()217 if (this_emulation->leading_underscore) in common_emul_init()
400 static int leading_underscore = -1; variable968 if ((name && *name == '?') || leading_underscore == 0) in asm_prefix()1545 sprintf (new_exclude->string, "%s%s", (!leading_underscore ? "" : "_"), in add_excludes()2191 (!leading_underscore ? "" : "_"), exp->name); in gen_exp_file()2194 fprintf (f, "_imp_%s%s:\n", (!leading_underscore ? "" : "_"), exp->name); in gen_exp_file()4125 leading_underscore = 0; in main()4128 leading_underscore = 1; in main()4256 int u = leading_underscore; /* Underscoring mode. -1 for use default. */ in main()4261 leading_underscore = (u != 0 ? TRUE : FALSE); in main()
187 * dlltool.c (leading_underscore): New local variable.188 (asm_prefix): Interpret leading_underscore.190 (add_excludes): Use leading_underscore for making192 (gen_exp_file): Use leading_underscore for internal
385 @item leading_underscore392 This is the opposite of the @code{.syntax leading_underscore}