Searched refs:gbound (Results 1 – 1 of 1) sorted by relevance
2921 struct partial_symbol **bound, **gbound, **sbound; in search_symbols() local2927 gbound = objfile->global_psymbols.list + ps->globals_offset + ps->n_global_syms; in search_symbols()2929 bound = gbound; in search_symbols()2938 if (bound == gbound && ps->n_static_syms != 0) in search_symbols()