Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-xtensa.c5164 typedef struct value_map_struct value_map; typedef
5178 value_map *next;
5184 value_map **buckets;
5275 values->buckets = (value_map **) in value_map_hash_table_init()
5276 bfd_zmalloc (sizeof (value_map *) * values->bucket_count); in value_map_hash_table_init()
5330 static value_map *
5335 value_map *map_e; in value_map_get_cached_value()
5336 value_map *bucket; in value_map_get_cached_value()
5354 static value_map *
5360 value_map **bucket_p; in add_value_map()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-xtensa.c5163 typedef struct value_map_struct value_map; typedef
5177 value_map *next;
5183 value_map **buckets;
5274 values->buckets = (value_map **) in value_map_hash_table_init()
5275 bfd_zmalloc (sizeof (value_map *) * values->bucket_count); in value_map_hash_table_init()
5329 static value_map *
5334 value_map *map_e; in value_map_get_cached_value()
5335 value_map *bucket; in value_map_get_cached_value()
5353 static value_map *
5359 value_map **bucket_p; in add_value_map()
[all …]