
Data Fields | |
| dev_t | device |
| int | flags |
| ino_t | inode |
| struct mach_header * | lib |
| int | mode |
| NSModule | module |
| struct dlstatus * | next |
| int | refs |
Definition at line 120 of file dlfcn.c.
| dev_t device |
| int flags |
Definition at line 129 of file dlfcn.c.
Referenced by allocStatus(), insertStatus(), and loadModule().
| ino_t inode |
struct mach_header* lib [read] |
| 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().
1.5.5