Searched refs:ref_map (Results 1 – 2 of 2) sorted by relevance
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()
496 * stabsread.c: Make ref_map entries dynamically allocated.