Searched refs:old_prefix (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | remap.c | 29 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/ |
| D | file-prefix-map.cc | 29 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()
|
| D | langhooks.cc | 376 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()
|
| D | ChangeLog-2009 | 13648 old_prefix and new_prefix.
|
| /netbsd/src/usr.bin/rpcgen/ |
| D | rpc_parse.h | 59 const char *old_prefix; member
|
| D | rpc_hout.c | 441 if (undefined2(old, name) && def->def.ty.old_prefix) { in ptypedef() 442 s_print(prefix, "%s ", def->def.ty.old_prefix); in ptypedef()
|
| D | rpc_util.c | 198 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) { in typedefed()
|
| D | rpc_parse.c | 404 defp->def.ty.old_prefix = dec.prefix; in def_typedef()
|
| D | rpc_cout.c | 612 const char *prefix = def->def.ty.old_prefix; in emit_typedef()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | solib.c | 1427 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/ |
| D | avr.cc | 10788 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/ |
| D | error.cc | 3516 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()
|