Changeset 57d44dd in mainline for uspace/lib/c/include/elf


Ignore:
Timestamp:
2018-04-10T18:51:14Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
20287223
Parents:
e3f819f
Message:

Instead of using .interp section, determine loader by name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/elf/elf_mod.h

    re3f819f r57d44dd  
    5151#define EE_INCOMPATIBLE         3       /* ELF image is not compatible with current architecture */
    5252#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. */
    5655
    5756typedef enum {
Note: See TracChangeset for help on using the changeset viewer.