| Home | Sort by: relevance | last modified time | path |
| /src/lib/libc/dlfcn/ | |
| dlfcn_elf.c | 42 #undef dlopen 49 #define dlopen ___dlopen macro 62 __weak_alias(dlopen,___dlopen) 96 dlopen(const char *name, int mode) function in typeref:typename:void * |
| /src/sys/dev/qbus/ | |
| dl.c | 151 dev_type_open(dlopen); 161 .d_open = dlopen, 331 dlopen(dev_t dev, int flag, int mode, struct lwp *l) function in typeref:typename:int |
| /src/include/ | |
| link_aout.h | 172 void *(*dlopen)(const char *, int); member in struct:ld_entry |
| /src/lib/libc/include/ | |
| namespace.h | 931 #define dlopen __dlopen macro |