inua.elf
Class AT

java.lang.Object
  extended by inua.elf.AT

public class AT
extends Object


Field Summary
static int BASE
           
static int CLKTCK
           
static int DCACHEBSIZE
           
static int EGID
           
static int ENTRY
           
static int EUID
           
static int EXECFD
           
static int FLAGS
           
static int FPUCW
           
static int GID
           
static int HWCAP
           
static int ICACHEBSIZE
           
static int IGNORE
           
static int IGNOREPPC
           
static int L1D_CACHESHAPE
           
static int L1I_CACHESHAPE
           
static int L2_CACHESHAPE
           
static int L3_CACHESHAPE
           
static int NOTELF
           
static int NULL
           
static int PAGESZ
           
static int PHDR
           
static int PHENT
           
static int PHNUM
           
static int PLATFORM
           
static int SYSINFO
           
static int SYSINFO_EHDR
           
static int UCACHEBSIZE
           
static int UID
           
 
Constructor Summary
AT()
           
 
Method Summary
static String toPrintString(long i)
           
static String toPrintString(long i, String def)
           
static String toShortString(long i)
           
static String toString(long i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL
See Also:
Constant Field Values

IGNORE

public static final int IGNORE
See Also:
Constant Field Values

EXECFD

public static final int EXECFD
See Also:
Constant Field Values

PHDR

public static final int PHDR
See Also:
Constant Field Values

PHENT

public static final int PHENT
See Also:
Constant Field Values

PHNUM

public static final int PHNUM
See Also:
Constant Field Values

PAGESZ

public static final int PAGESZ
See Also:
Constant Field Values

BASE

public static final int BASE
See Also:
Constant Field Values

FLAGS

public static final int FLAGS
See Also:
Constant Field Values

ENTRY

public static final int ENTRY
See Also:
Constant Field Values

NOTELF

public static final int NOTELF
See Also:
Constant Field Values

UID

public static final int UID
See Also:
Constant Field Values

EUID

public static final int EUID
See Also:
Constant Field Values

GID

public static final int GID
See Also:
Constant Field Values

EGID

public static final int EGID
See Also:
Constant Field Values

CLKTCK

public static final int CLKTCK
See Also:
Constant Field Values

PLATFORM

public static final int PLATFORM
See Also:
Constant Field Values

HWCAP

public static final int HWCAP
See Also:
Constant Field Values

FPUCW

public static final int FPUCW
See Also:
Constant Field Values

DCACHEBSIZE

public static final int DCACHEBSIZE
See Also:
Constant Field Values

ICACHEBSIZE

public static final int ICACHEBSIZE
See Also:
Constant Field Values

UCACHEBSIZE

public static final int UCACHEBSIZE
See Also:
Constant Field Values

IGNOREPPC

public static final int IGNOREPPC
See Also:
Constant Field Values

SYSINFO

public static final int SYSINFO
See Also:
Constant Field Values

SYSINFO_EHDR

public static final int SYSINFO_EHDR
See Also:
Constant Field Values

L1I_CACHESHAPE

public static final int L1I_CACHESHAPE
See Also:
Constant Field Values

L1D_CACHESHAPE

public static final int L1D_CACHESHAPE
See Also:
Constant Field Values

L2_CACHESHAPE

public static final int L2_CACHESHAPE
See Also:
Constant Field Values

L3_CACHESHAPE

public static final int L3_CACHESHAPE
See Also:
Constant Field Values
Constructor Detail

AT

public AT()
Method Detail

toString

public static String toString(long i)

toShortString

public static String toShortString(long i)

toPrintString

public static String toPrintString(long i)

toPrintString

public static String toPrintString(long i,
                                   String def)