Changeset 8a1fb09 in mainline for uspace/lib/c/arch/ia32/src/rtld/dynamic.c
- Timestamp:
- 2011-05-01T12:10:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9fb1397
- Parents:
- d2a6a04b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/rtld/dynamic.c
rd2a6a04b r8a1fb09 27 27 */ 28 28 29 /** @addtogroup rtld rtld29 /** @addtogroup libcia32 30 30 * @brief 31 31 * @{ 32 */ 32 */ 33 33 /** 34 34 * @file … … 38 38 #include <stdlib.h> 39 39 40 #include < elf_dyn.h>41 #include < dynamic.h>40 #include <rtld/elf_dyn.h> 41 #include <rtld/dynamic.h> 42 42 43 43 void dyn_parse_arch(elf_dyn_t *dp, size_t bias, dyn_info_t *info)
Note:
See TracChangeset
for help on using the changeset viewer.