Searched refs:ref_map (Results 1 – 2 of 2) sorted by relevance
362 match (htab_t ref_map, tree key) in match() argument370 slot = htab_find_slot (ref_map, &to_find, NO_INSERT); in match()384 maybe_add_match (htab_t ref_map, struct tree_map *key) in maybe_add_match() argument386 struct tree_map *found = htab_find (ref_map, key); in maybe_add_match()
464 struct ref_map struct472 #define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) argument475 static struct ref_map *ref_map; variable508 ref_map = (struct ref_map *) in ref_add()509 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks)); in ref_add()510 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0, new_chunks * REF_CHUNK_SIZE); in ref_add()513 ref_map[refnum].stabs = stabs; in ref_add()514 ref_map[refnum].sym = sym; in ref_add()515 ref_map[refnum].value = value; in ref_add()524 return ref_map[refnum].sym; in ref_search()