Package org.eclipse.cdt.utils.elf
Class Elf.Attribute
- java.lang.Object
-
- org.eclipse.cdt.utils.elf.Elf.Attribute
-
- Enclosing class:
- Elf
public class Elf.Attribute extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEBUG_TYPE_DWARFstatic intDEBUG_TYPE_NONEstatic intDEBUG_TYPE_STABSstatic intELF_TYPE_COREstatic intELF_TYPE_EXEstatic intELF_TYPE_OBJstatic intELF_TYPE_SHLIB
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAddressFactorygetAddressFactory()java.lang.StringgetCPU()intgetDebugType()intgetType()booleanhasDebug()booleanisLittleEndian()
-
-
-
Field Detail
-
ELF_TYPE_EXE
public static final int ELF_TYPE_EXE
- See Also:
- Constant Field Values
-
ELF_TYPE_SHLIB
public static final int ELF_TYPE_SHLIB
- See Also:
- Constant Field Values
-
ELF_TYPE_OBJ
public static final int ELF_TYPE_OBJ
- See Also:
- Constant Field Values
-
ELF_TYPE_CORE
public static final int ELF_TYPE_CORE
- See Also:
- Constant Field Values
-
DEBUG_TYPE_NONE
public static final int DEBUG_TYPE_NONE
- See Also:
- Constant Field Values
-
DEBUG_TYPE_STABS
public static final int DEBUG_TYPE_STABS
- See Also:
- Constant Field Values
-
DEBUG_TYPE_DWARF
public static final int DEBUG_TYPE_DWARF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCPU
public java.lang.String getCPU()
-
getType
public int getType()
-
hasDebug
public boolean hasDebug()
-
getDebugType
public int getDebugType()
-
isLittleEndian
public boolean isLittleEndian()
-
getAddressFactory
public IAddressFactory getAddressFactory()
-
-