#include #include #include #include extern void dump_thread(struct pt_regs *, struct user *); extern int dump_fpu(elf_fpregset_t *); static struct symbol_table arch_symbol_table = { #include /* platform dependent support */ X(dump_thread), X(dump_fpu), #ifdef __SMP__ X(apic_reg), /* Needed internally for the I386 inlines */ X(cpu_data), #endif #include }; void arch_syms_export(void) { register_symtab(&arch_symbol_table); } .