Searched refs:user_label_prefix (Results 1 – 16 of 16) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | toplev.c | 384 const char *user_label_prefix; variable 1702 user_label_prefix = USER_LABEL_PREFIX; in process_options() 1707 if (user_label_prefix[0] == 0 || in process_options() 1708 (user_label_prefix[0] == '_' && user_label_prefix[1] == 0)) in process_options() 1710 user_label_prefix = flag_leading_underscore ? "_" : ""; in process_options()
|
| HD | output.h | 387 extern const char *user_label_prefix;
|
| HD | 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()
|
| HD | c-cppbuiltin.c | 483 builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); in c_cpp_builtins()
|
| HD | dwarf2asm.c | 784 fprintf (asm_out_file, "\t.hidden %sDW.ref.%s\n", user_label_prefix, sym); in dw2_output_indirect_constant_1()
|
| HD | final.c | 3459 fputs (user_label_prefix, file); in asm_fprintf()
|
| HD | ChangeLog-1998 | 101 'user_label_prefix' rather than macro USER_LABEL_PREFIX. 2582 * cppulp.c (user_label_prefix): Initialize. 2870 * cccp.c (user_label_prefix): New. 2877 * output.h (user_label_prefix): Declare it. 2878 * dwarf2out.c (ASM_NAME_TO_STRING): Prepend user_label_prefix. 2885 * final.c (asm_fprintf): Use user_label_prefix instead.
|
| HD | ChangeLog-1999 | 4488 macrodef, definition, hashval, wchar_type, user_label_prefix, 13473 (sparc_function_block_profiler): Likewise. Use user_label_prefix. 20987 * cppulp.c (user_label_prefix): Qualify a char* with the `const' 20997 named_section, decode_reg_name, make_decl_rtl, user_label_prefix): 21011 user_label_prefix, documented_lang_options, target_switches,
|
| HD | ChangeLog-2002 | 6015 * pa.h (ASM_OUTPUT_LABELREF): Output user_label_prefix except when 21581 (cpp_handle_option): Remove code to set user_label_prefix. 21584 * cpplib.h (struct cpp_options): Remove user_label_prefix. 21589 * tradcpp.c (user_label_prefix): Kill.
|
| HD | ChangeLog-2000 | 9252 * cpplib.h (struct cpp_options): Add user_label_prefix member,
|
| HD | ChangeLog-2003 | 11386 * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
|
| HD | ChangeLog-2005 | 22230 (darwin_emit_unwind_label): Use user_label_prefix instead of
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | sysv4.h | 70 fputs (user_label_prefix, STREAM); \
|
| /trueos/contrib/gcc/config/i386/ |
| HD | freebsd.h | 151 fputs (user_label_prefix, FILE); \
|
| /trueos/contrib/gcc/config/ |
| HD | 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()
|
| /trueos/contrib/gcc/config/arm/ |
| HD | arm.c | 11006 fputs (user_label_prefix, stream); in arm_print_operand()
|