Rev 4354 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4354 | Rev 4372 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | typedef struct { |
53 | typedef struct { |
| 54 | elf_dyn_t *rtld_dynamic; |
54 | elf_dyn_t *rtld_dynamic; |
| 55 | module_t rtld; |
55 | module_t rtld; |
| 56 | 56 | ||
| 57 | module_t *program; |
57 | module_t *program; |
| 58 | module_t *libc; |
- | |
| 59 | 58 | ||
| 60 | /** List of all loaded modules including rtld and the program */ |
59 | /** List of all loaded modules including rtld and the program */ |
| 61 | link_t modules_head; |
60 | link_t modules_head; |
| 62 | 61 | ||
| 63 | /** Temporary hack to place each module at different address. */ |
62 | /** Temporary hack to place each module at different address. */ |