Home
last modified time | relevance | path

Searched refs:user_label_prefix (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/gcc/
HDtoplev.c384 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()
HDoutput.h387 extern const char *user_label_prefix;
HDcgraph.c265 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()
HDc-cppbuiltin.c483 builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0); in c_cpp_builtins()
HDdwarf2asm.c784 fprintf (asm_out_file, "\t.hidden %sDW.ref.%s\n", user_label_prefix, sym); in dw2_output_indirect_constant_1()
HDfinal.c3459 fputs (user_label_prefix, file); in asm_fprintf()
HDChangeLog-1998101 '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.
HDChangeLog-19994488 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,
HDChangeLog-20026015 * 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.
HDChangeLog-20009252 * cpplib.h (struct cpp_options): Add user_label_prefix member,
HDChangeLog-200311386 * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
HDChangeLog-200522230 (darwin_emit_unwind_label): Use user_label_prefix instead of
/trueos/contrib/gcc/config/ia64/
HDsysv4.h70 fputs (user_label_prefix, STREAM); \
/trueos/contrib/gcc/config/i386/
HDfreebsd.h151 fputs (user_label_prefix, FILE); \
/trueos/contrib/gcc/config/
HDdarwin.c385 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/
HDarm.c11006 fputs (user_label_prefix, stream); in arm_print_operand()