Modifier and Type | Method and Description |
---|---|
static long |
getElf32Addr(ByteBuffer buffer) |
static int |
getElf32Half(ByteBuffer buffer) |
static int |
getElf32Sword(ByteBuffer buffer) |
static long |
getElf32Word(ByteBuffer buffer) |
static void |
putElf32Addr(ByteBuffer buffer,
int val) |
static void |
putElf32Half(ByteBuffer buffer,
short val) |
static void |
putElf32Sword(ByteBuffer buffer,
int val) |
static void |
putElf32Word(ByteBuffer buffer,
int val) |
public static long getElf32Addr(ByteBuffer buffer)
public static void putElf32Addr(ByteBuffer buffer, int val)
public static long getElf32Word(ByteBuffer buffer)
public static void putElf32Word(ByteBuffer buffer, int val)
public static int getElf32Half(ByteBuffer buffer)
public static void putElf32Half(ByteBuffer buffer, short val)
public static int getElf32Sword(ByteBuffer buffer)
public static void putElf32Sword(ByteBuffer buffer, int val)