Home
last modified time | relevance | path

Searched refs:old_prefix (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Dremap.c29 const char *old_prefix; member
58 map->old_prefix = o; in add_debug_prefix_map()
78 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0) in remap_debug_filename()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfile-prefix-map.cc29 const char *old_prefix; member
74 map->old_prefix = old; in add_prefix_map()
96 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0) in remap_filename()
183 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0) in remap_debug_prefix_filename()
Dlanghooks.cc376 char *old_prefix = pp_take_prefix (context->printer); in lhd_print_error_function() local
469 context->printer->prefix = old_prefix; in lhd_print_error_function()
DChangeLog-200913648 old_prefix and new_prefix.
/netbsd/src/usr.bin/rpcgen/
Drpc_parse.h59 const char *old_prefix; member
Drpc_hout.c441 if (undefined2(old, name) && def->def.ty.old_prefix) { in ptypedef()
442 s_print(prefix, "%s ", def->def.ty.old_prefix); in ptypedef()
Drpc_util.c198 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) { in typedefed()
Drpc_parse.c404 defp->def.ty.old_prefix = dec.prefix; in def_typedef()
Drpc_cout.c612 const char *prefix = def->def.ty.old_prefix; in emit_typedef()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsolib.c1427 const char *old_prefix = "remote:";
1430 if (startswith (gdb_sysroot.c_str (), old_prefix))
1434 gdb_assert (strlen (old_prefix) == strlen (new_prefix));
1435 gdb_sysroot = new_prefix + gdb_sysroot.substr (strlen (old_prefix));
1439 warning (_ ("\"%s\" is deprecated, use \"%s\" instead."), old_prefix,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc10788 const char *old_prefix = ".rodata"; in avr_asm_named_section() local
10791 if (startswith (name, old_prefix)) in avr_asm_named_section()
10794 name + strlen (old_prefix), NULL)); in avr_asm_named_section()
11068 const char * old_prefix = ".rodata"; in avr_asm_select_section() local
11071 if (startswith (name, old_prefix)) in avr_asm_select_section()
11074 name + strlen (old_prefix), NULL)); in avr_asm_select_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Derror.cc3516 char *old_prefix = pp_take_prefix (context->printer); in cp_print_error_function() local
3605 context->printer->prefix = old_prefix; in cp_print_error_function()