Changeset bab0f42 in mainline for uspace/lib/c/include
- Timestamp:
- 2016-05-16T18:38:31Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2f26002
- Parents:
- 29405ac
- Location:
- uspace/lib/c/include/types/rtld
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/types/rtld/module.h
r29405ac rbab0f42 76 76 /** Link to list of all modules in runtime environment */ 77 77 link_t modules_link; 78 /** Link to list of initial modules */ 79 link_t imodules_link; 78 80 79 81 /** Link to BFS queue. Only used when doing a BFS of the module graph */ -
uspace/lib/c/include/types/rtld/rtld.h
r29405ac rbab0f42 57 57 list_t modules; 58 58 59 /** List of initial modules */ 60 list_t imodules; 61 59 62 /** Temporary hack to place each module at different address. */ 60 63 uintptr_t next_bias;
Note:
See TracChangeset
for help on using the changeset viewer.
