public enum ELFMachine extends Enum<ELFMachine>
| Modifier and Type | Method and Description |
|---|---|
static ELFMachine |
from(int m) |
static com.oracle.objectfile.elf.ELFRelocationSection.ELFRelocationMethod |
getRelocation(ELFMachine m,
ObjectFile.RelocationKind k,
int sizeInBytes) |
static ELFMachine |
getSystemNativeValue() |
short |
toShort() |
static ELFMachine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELFMachine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELFMachine NONE
public static final ELFMachine X86_64
public static final ELFMachine AArch64
public static final ELFMachine CAVA
public static ELFMachine[] values()
public static ELFMachine 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 static com.oracle.objectfile.elf.ELFRelocationSection.ELFRelocationMethod getRelocation(ELFMachine m, ObjectFile.RelocationKind k, int sizeInBytes)
public static ELFMachine from(int m)
public short toShort()
public static ELFMachine getSystemNativeValue()