Searched refs:user_label_prefix (Results 1 – 24 of 24) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | toplev.cc | 164 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()
|
| D | symtab.cc | 87 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()
|
| D | output.h | 356 extern const char *user_label_prefix;
|
| D | defaults.h | 170 fputs (user_label_prefix, (FILE)); \
|
| D | targhooks.cc | 401 if (*name != '*' && user_label_prefix[0]) in default_mangle_assembler_name() 402 stripped = ACONCAT ((user_label_prefix, stripped, NULL)); in default_mangle_assembler_name()
|
| D | final.cc | 4063 fputs (user_label_prefix, file); in asm_fprintf()
|
| D | 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.
|
| D | 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,
|
| D | 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.
|
| D | ChangeLog-2008 | 12832 * config/i386/i386.c (get_dllimport_decl): Treat user_label_prefix for
|
| D | ChangeLog-2000 | 9252 * cpplib.h (struct cpp_options): Add user_label_prefix member,
|
| D | ChangeLog-2003 | 11386 * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
|
| D | ChangeLog-2005 | 22229 (darwin_emit_unwind_label): Use user_label_prefix instead of
|
| D | ChangeLog-2018 | 21555 user_label_prefix to name.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | sysv4.h | 93 fputs (user_label_prefix, STREAM); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | cygming.h | 249 fputs (user_label_prefix, (STREAM)); \
|
| D | winnt.cc | 290 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()
|
| D | i386.h | 2181 && user_label_prefix[0] == '\0') \
|
| D | i386.cc | 11877 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/ |
| D | alpha.h | 870 fputs (user_label_prefix, STREAM); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.h | 1108 fputs (user_label_prefix, FILE); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | arc.h | 1120 fprintf (FILE, "%s", user_label_prefix); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin.cc | 561 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/ |
| D | arm.cc | 23910 fputs (user_label_prefix, stream); in arm_print_operand()
|