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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2929 struct partial_symbol **bound, **gbound, **sbound;
2935 gbound = objfile->global_psymbols.list + ps->globals_offset + ps->n_global_syms;
2937 bound = gbound;
2946 if (bound == gbound && ps->n_static_syms != 0)
2921 struct partial_symbol **bound, **gbound, **sbound; local

Completed in 47 milliseconds