Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymmisc.c431 if (psymtab->n_static_syms > 0) in dump_psymtab()
435 psymtab->n_static_syms, "Static", outfile); in dump_psymtab()
1086 if (psymtab->n_static_syms) in maintenance_info_psymtabs()
1091 psymtab->n_static_syms); in maintenance_info_psymtabs()
1145 length = ps->n_static_syms; in maintenance_check_symtabs()
H A Dsymtab.c855 < psymtab->n_static_syms); in find_pc_sect_psymbol()
1535 int length = (global ? pst->n_global_syms : pst->n_static_syms); in lookup_partial_symbol()
2928 sbound = objfile->static_psymbols.list + ps->statics_offset + ps->n_static_syms; in search_symbols()
2938 if (bound == gbound && ps->n_static_syms != 0) in search_symbols()
3577 + ps->n_static_syms); in make_symbol_completion_list()
H A Dsymtab.h942 int n_static_syms; member
H A Dxcoffread.c1989 pst->n_static_syms = in xcoff_end_psymtab()
2029 subpst->n_static_syms = 0; in xcoff_end_psymtab()
2046 && pst->n_static_syms == 0) in xcoff_end_psymtab()
H A Ddbxread.c2256 pst->n_static_syms = in end_psymtab()
2297 subpst->n_static_syms = 0; in end_psymtab()
2314 && pst->n_static_syms == 0 in end_psymtab()
H A Dhpread.c2436 pst->n_static_syms = in hpread_end_psymtab()
2448 pst->n_global_syms, pst->n_static_syms); in hpread_end_psymtab()
2489 subpst->n_static_syms = 0; in hpread_end_psymtab()
2506 && pst->n_static_syms == 0) in hpread_end_psymtab()
H A Dmdebugread.c3680 && objfile->psymtabs->n_static_syms == 0) in parse_partial_symbols()
3823 if (pst->n_global_syms == 0 && pst->n_static_syms == 0 in psymtab_to_symtab_1()
H A Ddwarfread.c2815 pst->n_static_syms = objfile->static_psymbols.next - in scan_compilation_units()
H A Ddwarf2read.c1345 subpst->n_static_syms = 0; in dwarf2_create_include_psymtab()
1529 pst->n_static_syms = objfile->static_psymbols.next - in dwarf2_build_psymtabs_hard()
H A Dada-lang.c3803 int length = (global ? pst->n_global_syms : pst->n_static_syms); in ada_lookup_partial_symbol()