Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDstabsread.c467 struct ref_map struct
475 #define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) argument
478 static struct ref_map *ref_map; variable
512 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()