Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtoplev.cc164 const char *user_label_prefix; variable
1347 user_label_prefix = USER_LABEL_PREFIX; in process_options()
1352 if (user_label_prefix[0] == 0 || in process_options()
1353 (user_label_prefix[0] == '_' && user_label_prefix[1] == 0)) in process_options()
1355 user_label_prefix = flag_leading_underscore ? "_" : ""; in process_options()
Dsymtab.cc87 size_t ulp_len = strlen (user_label_prefix); in decl_assembler_name_hash()
91 else if (strncmp (decl_str, user_label_prefix, ulp_len) == 0) in decl_assembler_name_hash()
110 size_t ulp_len = strlen (user_label_prefix); in assembler_names_equal_p()
116 else if (strncmp (name1, user_label_prefix, ulp_len) == 0) in assembler_names_equal_p()
123 size_t ulp_len = strlen (user_label_prefix); in assembler_names_equal_p()
129 else if (strncmp (name2, user_label_prefix, ulp_len) == 0) in assembler_names_equal_p()
Doutput.h356 extern const char *user_label_prefix;
Ddefaults.h170 fputs (user_label_prefix, (FILE)); \
Dtarghooks.cc401 if (*name != '*' && user_label_prefix[0]) in default_mangle_assembler_name()
402 stripped = ACONCAT ((user_label_prefix, stripped, NULL)); in default_mangle_assembler_name()
Dfinal.cc4063 fputs (user_label_prefix, file); in asm_fprintf()
DChangeLog-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.
DChangeLog-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,
DChangeLog-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.
DChangeLog-200812832 * config/i386/i386.c (get_dllimport_decl): Treat user_label_prefix for
DChangeLog-20009252 * cpplib.h (struct cpp_options): Add user_label_prefix member,
DChangeLog-200311386 * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
DChangeLog-200522229 (darwin_emit_unwind_label): Use user_label_prefix instead of
DChangeLog-201821555 user_label_prefix to name.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dsysv4.h93 fputs (user_label_prefix, STREAM); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dcygming.h249 fputs (user_label_prefix, (STREAM)); \
Dwinnt.cc290 if (*name != '*' && *user_label_prefix && *stripped != FASTCALL_PREFIX) in i386_pe_mangle_assembler_name()
291 stripped = ACONCAT ((user_label_prefix, stripped, NULL)); in i386_pe_mangle_assembler_name()
Di386.h2181 && user_label_prefix[0] == '\0') \
Di386.cc11877 prefix = name[0] == FASTCALL_PREFIX || user_label_prefix[0] == 0 in get_dllimport_decl()
11880 prefix = user_label_prefix[0] == 0 ? "*.refptr." : "*refptr."; in get_dllimport_decl()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.h870 fputs (user_label_prefix, STREAM); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.h1108 fputs (user_label_prefix, FILE); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.h1120 fprintf (FILE, "%s", user_label_prefix); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.cc561 const char *prefix = user_label_prefix; in machopic_indirection_name()
1130 sprintf (sym, "%s%s", user_label_prefix, sym_name); in machopic_output_stub_indirection()
1136 sprintf (stub, "%s%s", user_label_prefix, ptr_name); in machopic_output_stub_indirection()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc23910 fputs (user_label_prefix, stream); in arm_print_operand()