Class UnixAoutSymbol
java.lang.Object
ghidra.app.util.bin.format.unixaout.UnixAoutSymbol
Represents the content of a single entry in the symbol table format used by
the UNIX a.out executable.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionshort
boolean
long
byte
long
-
Constructor Summary
ConstructorsConstructorDescriptionUnixAoutSymbol
(long nameStringOffset, byte typeByte, byte otherByte, short desc, long value) -
Method Summary
-
Field Details
-
nameStringOffset
public long nameStringOffset -
name
-
type
-
kind
-
otherByte
public byte otherByte -
desc
public short desc -
value
public long value -
isExt
public boolean isExt
-
-
Constructor Details
-
UnixAoutSymbol
public UnixAoutSymbol(long nameStringOffset, byte typeByte, byte otherByte, short desc, long value)
-