Lines Matching defs:symbol
29 * such that address and name lookups can work and use kernel symbol names.
35 * The module locks the symbol tables in memory, when it's installed,
71 * the former causes a kobj_getsymvalue() on the entire kernel symbol table.
87 * we take names of the form: "modname:symbol", "unix:symbol", "symbol"
125 value_to_name(uintptr_t value, char *symbol)
136 (void) strcpy(symbol, modp->mod_modname);
137 (void) strcat(symbol, ":");
138 (void) strcat(symbol, name);
143 *symbol = (char)0;
151 &mod_miscops, "OBP symbol callbacks"