Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dremap.c27 typedef struct debug_prefix_map struct
33 struct debug_prefix_map *next; argument
34 } debug_prefix_map; typedef
37 debug_prefix_map *debug_prefix_maps;
46 debug_prefix_map *map; in add_debug_prefix_map()
56 map = (struct debug_prefix_map *) xmalloc (sizeof (debug_prefix_map)); in add_debug_prefix_map()
75 debug_prefix_map *map; in remap_debug_filename()