| hijack.c | 436 static void * (*host_mmap)(void *, size_t, int, int, int, off_t); variable in typeref:typename:void * (*)(void *,size_t,int,int,int,off_t) 961 if (host_mmap == NULL) 962 host_mmap = dlsym(RTLD_NEXT, "mmap"); 2441 if (__predict_false(host_mmap == NULL)) { 2442 host_mmap = rumphijack_dlsym(RTLD_NEXT, "mmap"); 2444 return host_mmap(addr, len, prot, flags, fd, offset);
|