Searched refs:debug_prefix_maps (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | remap.c | 37 debug_prefix_map *debug_prefix_maps; variable 64 map->next = debug_prefix_maps; in add_debug_prefix_map() 65 debug_prefix_maps = map; in add_debug_prefix_map() 77 for (map = debug_prefix_maps; map; map = map->next) in remap_debug_filename()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | remap.c | 37 debug_prefix_map *debug_prefix_maps; variable 64 map->next = debug_prefix_maps; in add_debug_prefix_map() 65 debug_prefix_maps = map; in add_debug_prefix_map() 77 for (map = debug_prefix_maps; map; map = map->next) in remap_debug_filename()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | file-prefix-map.c | 114 static file_prefix_map *debug_prefix_maps; /* -fdebug-prefix-map */ variable 127 add_prefix_map (debug_prefix_maps, arg, "-fdebug-prefix-map"); in add_debug_prefix_map() 135 add_prefix_map (debug_prefix_maps, arg, "-ffile-prefix-map"); in add_file_prefix_map() 153 return remap_filename (debug_prefix_maps, filename); 173 for (map = debug_prefix_maps; map; map = map->next) in remap_debug_prefix_filename()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | file-prefix-map.cc | 114 static file_prefix_map *debug_prefix_maps; /* -fdebug-prefix-map */ variable 128 add_prefix_map (debug_prefix_maps, arg, "-fdebug-prefix-map"); in add_debug_prefix_map() 136 add_prefix_map (debug_prefix_maps, arg, "-ffile-prefix-map"); in add_file_prefix_map() 162 return remap_filename (debug_prefix_maps, filename); 182 for (map = debug_prefix_maps; map; map = map->next) in remap_debug_prefix_filename()
|
H A D | ChangeLog-2007 | 10986 (struct debug_prefix_map, debug_prefix_maps, add_debug_prefix_map,
|
H A D | ChangeLog-2013 | 27984 * final.c (debug_prefix_maps): Make static.
|