35 typedef void (*sym_func_t)();
48 union sym_value value;
52 void *sym_object(
const char *name);
55 sym_func_t sym_function(
const char *name);
57 extern const int sym_obj_nelts;
58 extern const int sym_func_nelts;
60 extern const struct sym_bol sym_obj[];
61 extern const struct sym_bol sym_func[];