Changeset 2c4e1cc in mainline for uspace/lib/c/include/elf/elf.h
- Timestamp:
- 2018-04-04T17:01:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5754c31e
- Parents:
- 1433ecda
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-03 16:54:34)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-04 17:01:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/elf/elf.h
r1433ecda r2c4e1cc 41 41 #include <libarch/elf.h> 42 42 43 extern const uint8_t __executable_start[]; 44 45 extern const elf_segment_header_t *elf_get_phdr(const void *, unsigned); 46 extern uintptr_t elf_get_bias(const void *); 47 43 48 #endif 44 49
Note:
See TracChangeset
for help on using the changeset viewer.