Searched refs:hndl (Results 1 – 1 of 1) sorted by relevance
1128 void *hndl = dlopen(BLTSVILLELIB, RTLD_LOCAL | RTLD_LAZY); in loadbltsville() local1129 if (!hndl) { in loadbltsville()1133 bv_map = (BVFN_MAP)dlsym(hndl, "bv_map"); in loadbltsville()1134 bv_blt = (BVFN_BLT)dlsym(hndl, "bv_blt"); in loadbltsville()1135 bv_unmap = (BVFN_UNMAP)dlsym(hndl, "bv_unmap"); in loadbltsville()