@@ -68,8 +68,8 @@ class LIEF_API Section : public LIEF::Section {
6868 REGULAR = 0x00u , // /< Regular section.
6969 ZEROFILL = 0x01u , // /< Zero fill on demand section.
7070 CSTRING_LITERALS = 0x02u , // /< Section with literal C strings.
71- S_4BYTE_LITERALS = 0x03u , // /< Section with 4 byte literals.
72- S_8BYTE_LITERALS = 0x04u , // /< Section with 8 byte literals.
71+ IS_4BYTE_LITERALS = 0x03u , // /< Section with 4 byte literals.
72+ IS_8BYTE_LITERALS = 0x04u , // /< Section with 8 byte literals.
7373 LITERAL_POINTERS = 0x05u , // /< Section with pointers to literals.
7474 NON_LAZY_SYMBOL_POINTERS = 0x06u , // /< Section with non-lazy symbol pointers.
7575 LAZY_SYMBOL_POINTERS = 0x07u , // /< Section with lazy symbol pointers.
@@ -79,7 +79,7 @@ class LIEF_API Section : public LIEF::Section {
7979 COALESCED = 0x0bu , // /< Section contains symbols that are to be coalesced.
8080 GB_ZEROFILL = 0x0cu , // /< Zero fill on demand section (that can be larger than 4 gigabytes).
8181 INTERPOSING = 0x0du , // /< Section with only pairs of function pointers for interposing.
82- S_16BYTE_LITERALS = 0x0eu , // /< Section with only 16 byte literals.
82+ IS_16BYTE_LITERALS = 0x0eu , // /< Section with only 16 byte literals.
8383 DTRACE_DOF = 0x0fu , // /< Section contains DTrace Object Format.
8484 LAZY_DYLIB_SYMBOL_POINTERS = 0x10u , // /< Section with lazy symbol pointers to lazy loaded dylibs.
8585 THREAD_LOCAL_REGULAR = 0x11u , // /< Thread local data section.
0 commit comments