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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.sh1332 printf " gdbarch_dump_tdep_ftype *dump_tdep;\n"
1679 if (current_gdbarch->dump_tdep != NULL)
1680 current_gdbarch->dump_tdep (current_gdbarch, file);
2007 gdbarch_dump_tdep_ftype *dump_tdep;
2055 gdbarch_dump_tdep_ftype *dump_tdep)
2086 (*curr)->dump_tdep = dump_tdep;
2239 new_gdbarch->dump_tdep = rego->dump_tdep;
H A Dgdbarch.c83 gdbarch_dump_tdep_ftype *dump_tdep; member in struct:gdbarch
2440 if (current_gdbarch->dump_tdep != NULL)
2441 current_gdbarch->dump_tdep (current_gdbarch, file);
5578 gdbarch_dump_tdep_ftype *dump_tdep; member in struct:gdbarch_registration
5626 gdbarch_dump_tdep_ftype *dump_tdep)
5657 (*curr)->dump_tdep = dump_tdep;
5810 new_gdbarch->dump_tdep = rego->dump_tdep;
5624 gdbarch_register(enum bfd_architecture bfd_architecture, gdbarch_init_ftype *init, gdbarch_dump_tdep_ftype *dump_tdep) argument

Completed in 124 milliseconds