Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-alias-warnings.c362 match (htab_t ref_map, tree key) in match() argument
370 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() argument
386 struct tree_map *found = htab_find (ref_map, key); in maybe_add_match()
/freebsd-12.1/contrib/gdb/gdb/
H A Dstabsread.c464 struct ref_map struct
472 #define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) argument
475 static struct ref_map *ref_map; variable
508 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()