Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymtab.c2924 struct partial_symbol **bound, **gbound, **sbound; in search_symbols() local
2930 gbound = objfile->global_psymbols.list + ps->globals_offset + ps->n_global_syms; in search_symbols()
2932 bound = gbound; in search_symbols()
2941 if (bound == gbound && ps->n_static_syms != 0) in search_symbols()