34 typedef void (*sym_func_t)();
47 union sym_value value;
51 void *sym_object(
const char *name);
54 sym_func_t sym_function(
const char *name);
56 extern const int sym_obj_nelts;
57 extern const int sym_func_nelts;
59 extern const struct sym_bol sym_obj[];
60 extern const struct sym_bol sym_func[];