Home
last modified time | relevance | path

Searched refs:debug_prefix_maps (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dremap.c37 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 Dremap.c37 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 Dfile-prefix-map.c114 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 Dfile-prefix-map.cc114 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 DChangeLog-200710986 (struct debug_prefix_map, debug_prefix_maps, add_debug_prefix_map,
H A DChangeLog-201327984 * final.c (debug_prefix_maps): Make static.