public static enum MachOObjectFile.SectionFlag extends Enum<MachOObjectFile.SectionFlag> implements ObjectFile.ValueEnum
| Enum Constant and Description |
|---|
DEBUG |
EXT_RELOC |
LIVE_SUPPORT |
LOC_RELOC |
NO_DEAD_STRIP |
NO_TOC |
PURE_INSTRUCTIONS |
SELF_MODIFYING_CODE |
SOME_INSTRUCTIONS |
STRIP_STATIC_SYMS |
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static MachOObjectFile.SectionFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachOObjectFile.SectionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MachOObjectFile.SectionFlag LOC_RELOC
public static final MachOObjectFile.SectionFlag EXT_RELOC
public static final MachOObjectFile.SectionFlag SOME_INSTRUCTIONS
public static final MachOObjectFile.SectionFlag DEBUG
public static final MachOObjectFile.SectionFlag SELF_MODIFYING_CODE
public static final MachOObjectFile.SectionFlag LIVE_SUPPORT
public static final MachOObjectFile.SectionFlag NO_DEAD_STRIP
public static final MachOObjectFile.SectionFlag STRIP_STATIC_SYMS
public static final MachOObjectFile.SectionFlag NO_TOC
public static final MachOObjectFile.SectionFlag PURE_INSTRUCTIONS
public static MachOObjectFile.SectionFlag[] values()
public static MachOObjectFile.SectionFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long value()
value in interface ObjectFile.ValueEnum