Package apple.struct
Class symtab_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.symtab_command
-
public final class symtab_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description symtab_command()protectedsymtab_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_SYMTABintcmdsize()sizeof(struct symtab_command)intnsyms()number of symbol table entriesvoidsetCmd(int value)LC_SYMTABvoidsetCmdsize(int value)sizeof(struct symtab_command)voidsetNsyms(int value)number of symbol table entriesvoidsetStroff(int value)string table offsetvoidsetStrsize(int value)string table size in bytesvoidsetSymoff(int value)symbol table offsetintstroff()string table offsetintstrsize()string table size in bytesintsymoff()symbol table offset
-
-
-
Method Detail
-
cmd
public int cmd()
LC_SYMTAB
-
setCmd
public void setCmd(int value)
LC_SYMTAB
-
cmdsize
public int cmdsize()
sizeof(struct symtab_command)
-
setCmdsize
public void setCmdsize(int value)
sizeof(struct symtab_command)
-
symoff
public int symoff()
symbol table offset
-
setSymoff
public void setSymoff(int value)
symbol table offset
-
nsyms
public int nsyms()
number of symbol table entries
-
setNsyms
public void setNsyms(int value)
number of symbol table entries
-
stroff
public int stroff()
string table offset
-
setStroff
public void setStroff(int value)
string table offset
-
strsize
public int strsize()
string table size in bytes
-
setStrsize
public void setStrsize(int value)
string table size in bytes
-
-