Data Fields | |
dev_t | device |
int | flags |
ino_t | inode |
mach_header * | lib |
int | mode |
NSModule | module |
dlstatus * | next |
int | refs |
Definition at line 120 of file dlfcn.c.
dev_t device |
int flags |
ino_t inode |
struct mach_header* lib |
int mode |
NSModule module |
Definition at line 123 of file dlfcn.c.
Referenced by allocStatus(), dlclose(), dlsymIntern(), isValidStatus(), loadModule(), promoteLocalToGlobal(), and reference().
Definition at line 122 of file dlfcn.c.
Referenced by allocStatus(), dlcompat_cleanup(), insertStatus(), isValidStatus(), and lookupStatus().
int refs |
Definition at line 125 of file dlfcn.c.
Referenced by dlclose(), dlopen(), insertStatus(), isValidStatus(), and reference().