Projects STRLCPY LIEF Commits fded1929
🤬
  • ■ ■ ■ ■ ■ ■
    include/LIEF/ELF/enums.inc
    skipped 749 lines
    750 750   
    751 751   DT_FLAGS_1 = 0x6FFFFFFB, /**< Flags_1. */
    752 752   DT_VERSYM = 0x6FFFFFF0, /**< The address of .gnu.version section. */
    753  - DT_VERDEF = 0X6FFFFFFC, /**< The address of the version definition table. */
    754  - DT_VERDEFNUM = 0X6FFFFFFD, /**< The number of entries in DT_VERDEF. */
    755  - DT_VERNEED = 0X6FFFFFFE, /**< The address of the version Dependency table. */
    756  - DT_VERNEEDNUM = 0X6FFFFFFF, /**< The number of entries in DT_VERNEED. */
     753 + DT_VERDEF = 0x6FFFFFFC, /**< The address of the version definition table. */
     754 + DT_VERDEFNUM = 0x6FFFFFFD, /**< The number of entries in DT_VERDEF. */
     755 + DT_VERNEED = 0x6FFFFFFE, /**< The address of the version Dependency table. */
     756 + DT_VERNEEDNUM = 0x6FFFFFFF, /**< The number of entries in DT_VERNEED. */
    757 757   
    758 758   /* Mips specific dynamic table entry tags. */
    759 759   DT_MIPS_RLD_VERSION = 0x70000001, /**< 32 bit version number for runtime linker interface. */
    skipped 227 lines
Please wait...
Page is in error, reload to recover