Package org.eclipse.cdt.utils.macho
Class MachO.Section
- java.lang.Object
-
- org.eclipse.cdt.utils.macho.MachO.Section
-
-
Field Summary
Fields Modifier and Type Field Description intaddrintalignintflagsintnrelocintoffsetintreloffintreserved1intreserved2static intS_4BYTE_LITERALSstatic intS_8BYTE_LITERALSstatic intS_ATTR_EXT_RELOCstatic intS_ATTR_LOC_RELOCstatic intS_ATTR_NO_TOCstatic intS_ATTR_PURE_INSTRUCTIONSstatic intS_ATTR_SOME_INSTRUCTIONSstatic intS_ATTR_STRIP_STATIC_SYMSstatic intS_COALESCEDstatic intS_CSTRING_LITERALSstatic intS_LAZY_SYMBOL_POINTERSstatic intS_LITERAL_POINTERSstatic intS_MOD_INIT_FUNC_POINTERSstatic intS_MOD_TERM_FUNC_POINTERSstatic intS_NON_LAZY_SYMBOL_POINTERSstatic intS_REGULARstatic intS_SYMBOL_STUBSstatic intS_ZEROFILLstatic intSECTION_ATTRIBUTESstatic intSECTION_ATTRIBUTES_SYSstatic intSECTION_ATTRIBUTES_USRstatic intSECTION_TYPStringsectnameMachO.SegmentCommandsegmentStringsegnameintsize
-
Constructor Summary
Constructors Constructor Description Section()
-
-
-
Field Detail
-
SECTION_TYP
public static final int SECTION_TYP
- See Also:
- Constant Field Values
-
SECTION_ATTRIBUTES
public static final int SECTION_ATTRIBUTES
- See Also:
- Constant Field Values
-
SECTION_ATTRIBUTES_USR
public static final int SECTION_ATTRIBUTES_USR
- See Also:
- Constant Field Values
-
S_REGULAR
public static final int S_REGULAR
- See Also:
- Constant Field Values
-
S_ZEROFILL
public static final int S_ZEROFILL
- See Also:
- Constant Field Values
-
S_CSTRING_LITERALS
public static final int S_CSTRING_LITERALS
- See Also:
- Constant Field Values
-
S_4BYTE_LITERALS
public static final int S_4BYTE_LITERALS
- See Also:
- Constant Field Values
-
S_8BYTE_LITERALS
public static final int S_8BYTE_LITERALS
- See Also:
- Constant Field Values
-
S_LITERAL_POINTERS
public static final int S_LITERAL_POINTERS
- See Also:
- Constant Field Values
-
S_NON_LAZY_SYMBOL_POINTERS
public static final int S_NON_LAZY_SYMBOL_POINTERS
- See Also:
- Constant Field Values
-
S_LAZY_SYMBOL_POINTERS
public static final int S_LAZY_SYMBOL_POINTERS
- See Also:
- Constant Field Values
-
S_SYMBOL_STUBS
public static final int S_SYMBOL_STUBS
- See Also:
- Constant Field Values
-
S_MOD_INIT_FUNC_POINTERS
public static final int S_MOD_INIT_FUNC_POINTERS
- See Also:
- Constant Field Values
-
S_MOD_TERM_FUNC_POINTERS
public static final int S_MOD_TERM_FUNC_POINTERS
- See Also:
- Constant Field Values
-
S_COALESCED
public static final int S_COALESCED
- See Also:
- Constant Field Values
-
S_ATTR_PURE_INSTRUCTIONS
public static final int S_ATTR_PURE_INSTRUCTIONS
- See Also:
- Constant Field Values
-
S_ATTR_NO_TOC
public static final int S_ATTR_NO_TOC
- See Also:
- Constant Field Values
-
S_ATTR_STRIP_STATIC_SYMS
public static final int S_ATTR_STRIP_STATIC_SYMS
- See Also:
- Constant Field Values
-
SECTION_ATTRIBUTES_SYS
public static final int SECTION_ATTRIBUTES_SYS
- See Also:
- Constant Field Values
-
S_ATTR_SOME_INSTRUCTIONS
public static final int S_ATTR_SOME_INSTRUCTIONS
- See Also:
- Constant Field Values
-
S_ATTR_EXT_RELOC
public static final int S_ATTR_EXT_RELOC
- See Also:
- Constant Field Values
-
S_ATTR_LOC_RELOC
public static final int S_ATTR_LOC_RELOC
- See Also:
- Constant Field Values
-
sectname
public String sectname
-
segname
public String segname
-
segment
public MachO.SegmentCommand segment
-
addr
public int addr
-
size
public int size
-
offset
public int offset
-
align
public int align
-
reloff
public int reloff
-
nreloc
public int nreloc
-
flags
public int flags
-
reserved1
public int reserved1
-
reserved2
public int reserved2
-
-