Changeset 57d44dd in mainline for uspace/lib/c/include/elf
- Timestamp:
- 2018-04-10T18:51:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20287223
- Parents:
- e3f819f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/elf/elf_mod.h
re3f819f r57d44dd 51 51 #define EE_INCOMPATIBLE 3 /* ELF image is not compatible with current architecture */ 52 52 #define EE_UNSUPPORTED 4 /* Non-supported ELF (e.g. dynamic ELFs) */ 53 #define EE_LOADER 5 /* The image is actually a program loader. */ 54 #define EE_IRRECOVERABLE 6 55 #define EE_IO 7 /* Could not read file. */ 53 #define EE_IRRECOVERABLE 5 54 #define EE_IO 6 /* Could not read file. */ 56 55 57 56 typedef enum {
Note:
See TracChangeset
for help on using the changeset viewer.