Home | History | Annotate | Download | only in hwc

Lines Matching defs:hndl

256         OUTE("hndl %p", l->handle);
992 e -= snprintf(end - e, e, "%s %p", csv ? "," : " hndl:",
1128 void *hndl = dlopen(BLTSVILLELIB, RTLD_LOCAL | RTLD_LAZY);
1129 if (!hndl) {
1133 bv_map = (BVFN_MAP)dlsym(hndl, "bv_map");
1134 bv_blt = (BVFN_BLT)dlsym(hndl, "bv_blt");
1135 bv_unmap = (BVFN_UNMAP)dlsym(hndl, "bv_unmap");