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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c303 gdbarch_record_special_symbol_ftype *record_special_symbol; member in struct:gdbarch
674 /* Skip verify of record_special_symbol, has predicate. */
1306 "gdbarch_dump: record_special_symbol = <%s>\n",
1307 host_address_to_string (gdbarch->record_special_symbol));
4262 return gdbarch->record_special_symbol != NULL;
4269 gdb_assert (gdbarch->record_special_symbol != NULL);
4272 gdbarch->record_special_symbol (gdbarch, objfile, sym);
4277 gdbarch_record_special_symbol_ftype record_special_symbol)
4279 gdbarch->record_special_symbol = record_special_symbol;
4276 set_gdbarch_record_special_symbol(struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype record_special_symbol) argument
[all...]
H A Dgdbarch.h1187 extern void set_gdbarch_record_special_symbol (struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype *record_special_symbol);
H A Dgdbarch.sh881 M;void;record_special_symbol;struct objfile *objfile, asymbol *sym;objfile, sym
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c207 gdbarch_record_special_symbol_ftype *record_special_symbol = nullptr; member in struct:gdbarch
466 /* Skip verify of record_special_symbol, has predicate. */
1170 "gdbarch_dump: record_special_symbol = <%s>\n",
1171 host_address_to_string (gdbarch->record_special_symbol));
4371 return gdbarch->record_special_symbol != NULL;
4378 gdb_assert (gdbarch->record_special_symbol != NULL);
4381 gdbarch->record_special_symbol (gdbarch, objfile, sym);
4386 gdbarch_record_special_symbol_ftype record_special_symbol)
4388 gdbarch->record_special_symbol = record_special_symbol;
4385 set_gdbarch_record_special_symbol(struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype record_special_symbol) argument
[all...]
H A Dgdbarch-gen.h1210 extern void set_gdbarch_record_special_symbol (struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype *record_special_symbol);

Completed in 271 milliseconds