Modifier and Type | Method and Description |
---|---|
static long |
getElf64Addr(ByteBuffer buffer) |
static int |
getElf64Half(ByteBuffer buffer) |
static long |
getElf64Sxword(ByteBuffer buffer) |
static long |
getElf64Word(ByteBuffer buffer) |
static long |
getElf64Xword(ByteBuffer buffer) |
static void |
putElf64Addr(ByteBuffer buffer,
long val) |
static void |
putElf64Half(ByteBuffer buffer,
short val) |
static void |
putElf64Sxword(ByteBuffer buffer,
long val) |
static void |
putElf64Word(ByteBuffer buffer,
int val) |
static void |
putElf64Xword(ByteBuffer buffer,
long val) |
public static long getElf64Addr(ByteBuffer buffer)
public static void putElf64Addr(ByteBuffer buffer, long val)
public static long getElf64Word(ByteBuffer buffer)
public static void putElf64Word(ByteBuffer buffer, int val)
public static long getElf64Xword(ByteBuffer buffer)
public static void putElf64Xword(ByteBuffer buffer, long val)
public static int getElf64Half(ByteBuffer buffer)
public static void putElf64Half(ByteBuffer buffer, short val)
public static long getElf64Sxword(ByteBuffer buffer)
public static void putElf64Sxword(ByteBuffer buffer, long val)