/openbsd/gnu/gcc/gcc/ |
H A D | toplev.c | 386 const char *user_label_prefix; variable 1653 user_label_prefix = USER_LABEL_PREFIX; in process_options() 1658 if (user_label_prefix[0] == 0 || in process_options() 1659 (user_label_prefix[0] == '_' && user_label_prefix[1] == 0)) in process_options() 1661 user_label_prefix = flag_leading_underscore ? "_" : ""; in process_options()
|
H A D | output.h | 386 extern const char *user_label_prefix;
|
H A D | cgraph.c | 265 size_t ulp_len = strlen (user_label_prefix); in decl_assembler_name_equal() 269 else if (strncmp (decl_str, user_label_prefix, ulp_len) == 0) in decl_assembler_name_equal()
|
H A D | c-cppbuiltin.c | 482 builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); in c_cpp_builtins()
|
H A D | dwarf2asm.c | 784 fprintf (asm_out_file, "\t.hidden %sDW.ref.%s\n", user_label_prefix, sym); in dw2_output_indirect_constant_1()
|
H A D | final.c | 3453 fputs (user_label_prefix, file); in asm_fprintf()
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | sysv4.h | 70 fputs (user_label_prefix, STREAM); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | sysv4.h | 69 fputs (user_label_prefix, STREAM); \
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin.c | 385 const char *prefix = user_label_prefix; in machopic_indirection_name() 969 sprintf (sym, "%s%s", user_label_prefix, sym_name); in machopic_output_indirection() 975 sprintf (stub, "%s%s", user_label_prefix, ptr_name); in machopic_output_indirection() 1398 lab = concat (need_quotes ? "\"" : "", user_label_prefix, base, ".eh", in darwin_emit_unwind_label()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | output.h | 460 extern const char *user_label_prefix;
|
H A D | toplev.c | 996 const char *user_label_prefix; variable 5196 user_label_prefix = USER_LABEL_PREFIX; in process_options() 5201 if (user_label_prefix[0] == 0 || in process_options() 5202 (user_label_prefix[0] == '_' && user_label_prefix[1] == 0)) in process_options() 5204 user_label_prefix = flag_leading_underscore ? "_" : ""; in process_options()
|
H A D | final.c | 3801 fputs (user_label_prefix, file); in asm_fprintf()
|
H A D | ChangeLog.1 | 6519 * cppulp.c (user_label_prefix): Qualify a char* with the `const' 6529 named_section, decode_reg_name, make_decl_rtl, user_label_prefix): 6543 user_label_prefix, documented_lang_options, target_switches, 7420 'user_label_prefix' rather than macro USER_LABEL_PREFIX. 9901 * cppulp.c (user_label_prefix): Initialize. 10189 * cccp.c (user_label_prefix): New. 10196 * output.h (user_label_prefix): Declare it. 10197 * dwarf2out.c (ASM_NAME_TO_STRING): Prepend user_label_prefix. 10204 * final.c (asm_fprintf): Use user_label_prefix instead.
|
H A D | c-common.c | 4979 builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0);
|
H A D | ChangeLog.7 | 7134 (cpp_handle_option): Remove code to set user_label_prefix. 7137 * cpplib.h (struct cpp_options): Remove user_label_prefix. 7142 * tradcpp.c (user_label_prefix): Kill.
|
H A D | ChangeLog.2 | 4488 macrodef, definition, hashval, wchar_type, user_label_prefix, 13473 (sparc_function_block_profiler): Likewise. Use user_label_prefix.
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.h | 1297 fputs (user_label_prefix, STREAM); \
|
H A D | alpha.c | 10324 fprintf (file, "\t.endp\n\n\t.psect\t%s%s,data\n", user_label_prefix, in unicosmk_output_ssib() 10441 len = strlen (user_label_prefix); in unicosmk_output_externs() 10449 && !memcmp (real_name, user_label_prefix, len)) in unicosmk_output_externs()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.h | 1776 fputs (user_label_prefix, STREAM); \
|
H A D | alpha.c | 9898 fprintf (file, "\t.endp\n\n\t.psect\t%s%s,data\n", user_label_prefix, 10039 len = strlen (user_label_prefix); 10047 && !memcmp (real_name, user_label_prefix, len))
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa.h | 1768 fputs (user_label_prefix, FILE); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa.h | 1830 fputs (user_label_prefix, FILE); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 2519 fputs (user_label_prefix, FILE); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.c | 8619 fputs (user_label_prefix, stream);
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm.c | 10996 fputs (user_label_prefix, stream); in arm_print_operand()
|