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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h816 typedef void (gdbarch_make_symbol_special_ftype) (struct symbol *sym, struct objfile *objfile); typedef
818 extern void set_gdbarch_make_symbol_special (struct gdbarch *gdbarch, gdbarch_make_symbol_special_ftype *make_symbol_special);
H A Dgdbarch.c266 gdbarch_make_symbol_special_ftype *make_symbol_special;
3469 gdbarch_make_symbol_special_ftype make_symbol_special)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h795 typedef void (gdbarch_make_symbol_special_ftype) (struct symbol *sym, struct objfile *objfile); typedef
797 extern void set_gdbarch_make_symbol_special (struct gdbarch *gdbarch, gdbarch_make_symbol_special_ftype *make_symbol_special);
H A Dgdbarch.c164 gdbarch_make_symbol_special_ftype *make_symbol_special = default_make_symbol_special;
3441 gdbarch_make_symbol_special_ftype make_symbol_special)

Completed in 280 milliseconds