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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c128 static std::vector<registered_sym_fns> symtab_fns; variable
1766 /* Link SF into the global symtab_fns list.
1775 symtab_fns.emplace_back (flavour, sf);
1793 for (const registered_sym_fns &rsf : symtab_fns)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c133 static std::vector<registered_sym_fns> symtab_fns; variable
1762 /* Link SF into the global symtab_fns list.
1771 symtab_fns.emplace_back (flavour, sf);
1789 for (const registered_sym_fns &rsf : symtab_fns)

Completed in 121 milliseconds