public final class __darwin_arm_exception_state64
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
__darwin_arm_exception_state64() |
|
__darwin_arm_exception_state64(long __far,
int __esr,
int __exception) |
protected |
__darwin_arm_exception_state64(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
__esr()
Exception syndrome
|
int |
__exception()
number of arm exception taken
|
long |
__far()
Virtual Fault Address
|
void |
set__esr(int value)
Exception syndrome
|
void |
set__exception(int value)
number of arm exception taken
|
void |
set__far(long value)
Virtual Fault Address
|
public __darwin_arm_exception_state64()
protected __darwin_arm_exception_state64(org.moe.natj.general.Pointer peer)
public __darwin_arm_exception_state64(long __far,
int __esr,
int __exception)
public long __far()
public void set__far(long value)
public int __esr()
public void set__esr(int value)
public int __exception()
public void set__exception(int value)