Searched refs:ref_map (Results 1 – 1 of 1) sorted by relevance
467 struct ref_map struct475 #define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) argument478 static struct ref_map *ref_map; variable512 ref_map = (struct ref_map *) in ref_add()513 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks)); in ref_add()514 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0, in ref_add()518 ref_map[refnum].stabs = stabs; in ref_add()519 ref_map[refnum].sym = sym; in ref_add()520 ref_map[refnum].value = value; in ref_add()529 return ref_map[refnum].sym; in ref_search()