Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsymtab.c2921 struct partial_symbol **bound, **gbound, **sbound; in search_symbols() local
2927 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()