Lines Matching full:dlopen
842 // dlopen() ultimately calls mmap() down inside the loader, which generally848 INTERCEPTOR(void *, dlopen, const char *filename, int flag) {851 link_map *map = (link_map *)REAL(dlopen)(filename, flag);1255 INTERCEPT_FUNCTION(dlopen);