mdb_qops_install
extern void mdb_qops_install(const mdb_qops_t *, uintptr_t);
mdb_qops_install(&ip_qops, (uintptr_t)sym.st_value);
mdb_qops_install(&logdmux_uqops, (uintptr_t)sym.st_value);
mdb_qops_install(&logdmux_lqops, (uintptr_t)sym.st_value);
mdb_qops_install(&ptm_qops, (uintptr_t)sym.st_value);
mdb_qops_install(&pts_qops, (uintptr_t)sym.st_value);
mdb_qops_install(&sppp_qops, (uintptr_t)sym.st_value);
mdb_qops_install(&sppptun_qops, (uintptr_t)sym.st_value);