Searched refs:refnum (Results 1 – 2 of 2) sorted by relevance
502 if (refnum >= ref_count) in ref_add()503 ref_count = refnum + 1; in ref_add()514 ref_map[refnum].sym = sym; in ref_add()520 ref_search (int refnum) in ref_search() argument522 if (refnum < 0 || refnum > ref_count) in ref_search()524 return ref_map[refnum].sym; in ref_search()534 int refnum = 0; in process_reference() local545 refnum = refnum * 10 + *p - '0'; in process_reference()549 return refnum; in process_reference()559 int refnum = 0; in symbol_reference_defined() local[all …]
3276 int refnum; in process_one_symbol() local3283 refnum = symbol_reference_defined (&s); in process_one_symbol()3284 if (refnum >= 0) in process_one_symbol()3285 if (!ref_search (refnum)) in process_one_symbol()3286 ref_add (refnum, 0, name, valu); in process_one_symbol()