HomeSort by: relevance | last modified time | path
    Searched defs:debug_prefix_maps (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
remap.c 37 debug_prefix_map *debug_prefix_maps; variable
64 map->next = debug_prefix_maps;
65 debug_prefix_maps = map;
77 for (map = debug_prefix_maps; map; map = map->next)
  /src/external/gpl3/binutils.old/dist/gas/
remap.c 37 debug_prefix_map *debug_prefix_maps; variable
64 map->next = debug_prefix_maps;
65 debug_prefix_maps = map;
77 for (map = debug_prefix_maps; map; map = map->next)
  /src/external/gpl3/gcc/dist/gcc/
file-prefix-map.cc 148 static file_prefix_map *debug_prefix_maps; /* -fdebug-prefix-map */ variable
162 add_prefix_map (debug_prefix_maps, arg, "-fdebug-prefix-map");
170 add_prefix_map (debug_prefix_maps, arg, "-ffile-prefix-map");
196 return remap_filename (debug_prefix_maps, filename);
216 for (map = debug_prefix_maps; map; map = map->next)
  /src/external/gpl3/gcc.old/dist/gcc/
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");
136 add_prefix_map (debug_prefix_maps, arg, "-ffile-prefix-map");
162 return remap_filename (debug_prefix_maps, filename);
182 for (map = debug_prefix_maps; map; map = map->next)

Completed in 17 milliseconds