Package org.eclipse.cdt.utils.elf
Class Elf.Symbol
- java.lang.Object
-
- org.eclipse.cdt.utils.elf.Elf.Symbol
-
- All Implemented Interfaces:
java.lang.Comparable<java.lang.Object>
- Enclosing class:
- Elf
public class Elf.Symbol extends java.lang.Object implements java.lang.Comparable<java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static intSHN_ABSstatic intSHN_COMMONstatic intSHN_HIOSstatic intSHN_HIPROCstatic intSHN_HIRESERVEstatic intSHN_LOOSstatic intSHN_LOPROCstatic intSHN_LORESERVEstatic intSHN_UNDEFstatic intSHN_XINDEXshortst_infolongst_nameshortst_othershortst_shndxlongst_sizeIAddressst_valuestatic intSTB_GLOBALstatic intSTB_LOCALstatic intSTB_WEAKstatic intSTT_FILEstatic intSTT_FUNCstatic intSTT_NOTYPEstatic intSTT_OBJECTstatic intSTT_SECTION
-
Constructor Summary
Constructors Constructor Description Symbol(Elf.Section section)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object obj)intst_bind()intst_type()java.lang.StringtoString()
-
-
-
Field Detail
-
STB_LOCAL
public static final int STB_LOCAL
- See Also:
- Constant Field Values
-
STB_GLOBAL
public static final int STB_GLOBAL
- See Also:
- Constant Field Values
-
STB_WEAK
public static final int STB_WEAK
- See Also:
- Constant Field Values
-
STT_NOTYPE
public static final int STT_NOTYPE
- See Also:
- Constant Field Values
-
STT_OBJECT
public static final int STT_OBJECT
- See Also:
- Constant Field Values
-
STT_FUNC
public static final int STT_FUNC
- See Also:
- Constant Field Values
-
STT_SECTION
public static final int STT_SECTION
- See Also:
- Constant Field Values
-
STT_FILE
public static final int STT_FILE
- See Also:
- Constant Field Values
-
SHN_UNDEF
public static final int SHN_UNDEF
- See Also:
- Constant Field Values
-
SHN_LORESERVE
public static final int SHN_LORESERVE
- See Also:
- Constant Field Values
-
SHN_LOPROC
public static final int SHN_LOPROC
- See Also:
- Constant Field Values
-
SHN_HIPROC
public static final int SHN_HIPROC
- See Also:
- Constant Field Values
-
SHN_LOOS
public static final int SHN_LOOS
- See Also:
- Constant Field Values
-
SHN_HIOS
public static final int SHN_HIOS
- See Also:
- Constant Field Values
-
SHN_ABS
public static final int SHN_ABS
- See Also:
- Constant Field Values
-
SHN_COMMON
public static final int SHN_COMMON
- See Also:
- Constant Field Values
-
SHN_XINDEX
public static final int SHN_XINDEX
- See Also:
- Constant Field Values
-
SHN_HIRESERVE
public static final int SHN_HIRESERVE
- See Also:
- Constant Field Values
-
st_name
public long st_name
-
st_value
public IAddress st_value
-
st_size
public long st_size
-
st_info
public short st_info
-
st_other
public short st_other
-
st_shndx
public short st_shndx
-
-
Constructor Detail
-
Symbol
public Symbol(Elf.Section section)
-
-