#include #include static struct symbol_table arch_symbol_table = { #include /* platform dependent support */ #include }; void arch_syms_export(void) { register_symtab(&arch_symbol_table); } .