Searched refs:ref_map (Results 1 – 6 of 6) sorted by relevance
171 typedef hash_map<sem_usage_hash, auto_vec<sem_item *> > ref_map; typedef197 void add_reference (ref_map *map, sem_item *target);673 ref_map m_references;
163 sem_item::add_reference (ref_map *refs, in add_reference()
26685 in ref_map and not in target->usages.
502 struct ref_map struct510 #define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) argument513 static struct ref_map *ref_map; variable547 ref_map = (struct ref_map *) in ref_add()548 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks)); in ref_add()549 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0, in ref_add()553 ref_map[refnum].stabs = stabs; in ref_add()554 ref_map[refnum].sym = sym; in ref_add()555 ref_map[refnum].value = value; in ref_add()564 return ref_map[refnum].sym; in ref_search()
496 * stabsread.c: Make ref_map entries dynamically allocated.
14960 (ref_map::stabs, ref_add, process_reference)