Package org.eclipse.cdt.utils.xcoff
Class XCoff32.SectionHeader
- java.lang.Object
-
- org.eclipse.cdt.utils.xcoff.XCoff32.SectionHeader
-
-
Field Summary
Fields Modifier and Type Field Description static String_BSSstatic String_DATAstatic String_DEBUGstatic String_EXCEPTstatic String_INFOstatic String_LOADERstatic String_OVRFLOstatic String_PADstatic String_TEXTstatic String_TYPCHKints_flagsints_lnnoptrbyte[]s_nameshorts_nlnnoshorts_nrelocints_paddrints_relptrints_scnptrints_sizeints_vaddrstatic intSCNHSZstatic intSTYP_BSSstatic intSTYP_DATAstatic intSTYP_DEBUGstatic intSTYP_EXCEPTstatic intSTYP_INFOstatic intSTYP_LOADERstatic intSTYP_OVRFLOstatic intSTYP_PADstatic intSTYP_TEXTstatic intSTYP_TYPCHK
-
Constructor Summary
Constructors Constructor Description SectionHeader(RandomAccessFile file, long offset)
-
-
-
Field Detail
-
SCNHSZ
public static final int SCNHSZ
- See Also:
- Constant Field Values
-
_TEXT
public static final String _TEXT
- See Also:
- Constant Field Values
-
_DATA
public static final String _DATA
- See Also:
- Constant Field Values
-
_BSS
public static final String _BSS
- See Also:
- Constant Field Values
-
_PAD
public static final String _PAD
- See Also:
- Constant Field Values
-
_LOADER
public static final String _LOADER
- See Also:
- Constant Field Values
-
_DEBUG
public static final String _DEBUG
- See Also:
- Constant Field Values
-
_TYPCHK
public static final String _TYPCHK
- See Also:
- Constant Field Values
-
_EXCEPT
public static final String _EXCEPT
- See Also:
- Constant Field Values
-
_OVRFLO
public static final String _OVRFLO
- See Also:
- Constant Field Values
-
_INFO
public static final String _INFO
- See Also:
- Constant Field Values
-
STYP_PAD
public static final int STYP_PAD
- See Also:
- Constant Field Values
-
STYP_TEXT
public static final int STYP_TEXT
- See Also:
- Constant Field Values
-
STYP_DATA
public static final int STYP_DATA
- See Also:
- Constant Field Values
-
STYP_BSS
public static final int STYP_BSS
- See Also:
- Constant Field Values
-
STYP_EXCEPT
public static final int STYP_EXCEPT
- See Also:
- Constant Field Values
-
STYP_INFO
public static final int STYP_INFO
- See Also:
- Constant Field Values
-
STYP_LOADER
public static final int STYP_LOADER
- See Also:
- Constant Field Values
-
STYP_DEBUG
public static final int STYP_DEBUG
- See Also:
- Constant Field Values
-
STYP_TYPCHK
public static final int STYP_TYPCHK
- See Also:
- Constant Field Values
-
STYP_OVRFLO
public static final int STYP_OVRFLO
- See Also:
- Constant Field Values
-
s_name
public byte[] s_name
-
s_paddr
public int s_paddr
-
s_vaddr
public int s_vaddr
-
s_size
public int s_size
-
s_scnptr
public int s_scnptr
-
s_relptr
public int s_relptr
-
s_lnnoptr
public int s_lnnoptr
-
s_nreloc
public short s_nreloc
-
s_nlnno
public short s_nlnno
-
s_flags
public int s_flags
-
-
Constructor Detail
-
SectionHeader
public SectionHeader(RandomAccessFile file, long offset) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getRawData
public byte[] getRawData() throws IOException- Throws:
IOException
-
-