This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | dl_info |
Defines | |
| #define | dl_restrict |
| #define | RTLD_LAZY 0x1 |
| #define | RTLD_NOW 0x2 |
| #define | RTLD_LOCAL 0x4 |
| #define | RTLD_GLOBAL 0x8 |
| #define | RTLD_NOLOAD 0x10 |
| #define | RTLD_NODELETE 0x80 |
| #define | RTLD_NEXT ((void *) -1) /* Search subsequent objects. */ |
| #define | RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ |
Typedefs | |
| typedef dl_info | Dl_info |
Functions | |
| void * | dlopen (const char *path, int mode) |
| void * | dlsym (void *dl_restrict handle, const char *dl_restrict symbol) |
| const char * | dlerror (void) |
| int | dlclose (void *handle) |
| int | dladdr (const void *dl_restrict, Dl_info *dl_restrict) |
|
|
Definition at line 41 of file dlfcn-compat.h. |
|
|
Definition at line 71 of file dlfcn-compat.h. |
|
|
Definition at line 63 of file dlfcn-compat.h. Referenced by ast_load_resource(). |
|
|
Definition at line 60 of file dlfcn-compat.h. Referenced by ast_load_resource(), and dlopen(). |
|
|
Definition at line 62 of file dlfcn-compat.h. |
|
|
Definition at line 70 of file dlfcn-compat.h. |
|
|
Definition at line 65 of file dlfcn-compat.h. Referenced by dlclose(). |
|
|
Definition at line 64 of file dlfcn-compat.h. Referenced by dlopen(). |
|
|
Definition at line 61 of file dlfcn-compat.h. |
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 1040 of file dlfcn.c. References dlstatus::lib, MAGIC_DYLIB_MOD, dlstatus::mode, dlstatus::module, dlstatus::refs, and RTLD_NODELETE. Referenced by ast_load_resource(), and ast_unload_resource().
|
|
|
Definition at line 1118 of file dlfcn.c. Referenced by ast_load_resource().
|
|
||||||||||||
|
Definition at line 896 of file dlfcn.c. References dlstatus::refs, RTLD_LAZY, RTLD_NOLOAD, and RTLD_NOW. Referenced by ast_load_resource().
|
|
||||||||||||
|
Definition at line 944 of file dlfcn.c. Referenced by ast_load_resource().
|
1.3.7