public static class MachOObjectFile.SectionInfoStruct extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SIZE |
| Constructor and Description |
|---|
SectionInfoStruct(String sectName,
String segName,
long addr,
long size,
int offset,
int align,
int reloff,
int nreloc,
int flags,
int reserved1,
int reserved2) |
public static final int DEFAULT_SIZE
public void write(OutputAssembler db)