kobj_lookup
func = (int (*)(struct modinfo *))kobj_lookup(modp->mod_mp, "_info");
val = kobj_lookup(modp->mod_mp, symname);
return (kobj_lookup(modp->mod_mp, symname));
func = (int (*)())kobj_lookup(mp->mod_mp, "_init");
func = (int (*)())kobj_lookup(mp->mod_mp, "_fini");
f = (void *)kobj_lookup(hmodp->mod_mp, (char *)name);
funcadr = kobj_lookup(modp->mod_mp, funcname);
extern uintptr_t kobj_lookup(struct module *, const char *);
(const uintptr_t *)kobj_lookup(hdl->mod_mp, "gethrtimef");
kobj_lookup(hdl->mod_mp, "tsc_gethrtime_delta");
const uintptr_t base = kobj_lookup(hdl->mod_mp, "comm_page");
const uintptr_t addr = kobj_lookup(hdl->mod_mp, var->name);
symvalue = kobj_lookup(mp->mod_mp, symname);