- java.lang.Object
-
- com.ibm.j9ddr.corereaders.macho.SymtabCommand.SymtabEntry64
-
- Enclosing class:
- SymtabCommand
public static class SymtabCommand.SymtabEntry64 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intN_ABSstatic intN_INDRstatic intN_PBUDstatic intN_SECTstatic intN_UNDFstatic intREFERENCE_FLAG_DEFINEDstatic intREFERENCE_FLAG_PRIVATE_DEFINEDstatic intREFERENCE_FLAG_PRIVATE_UNDEFINED_LAZYstatic intREFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZYstatic intREFERENCE_FLAG_UNDEFINED_LAZYstatic intREFERENCE_FLAG_UNDEFINED_NON_LAZY
-
Constructor Summary
Constructors Constructor Description SymtabEntry64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCommonAlignment()intgetReferenceType()bytegetStab()bytegetType()booleanisExternal()booleanisPrivateExternal()booleanisStab()
-
-
-
Field Detail
-
N_UNDF
public static final int N_UNDF
- See Also:
- Constant Field Values
-
N_ABS
public static final int N_ABS
- See Also:
- Constant Field Values
-
N_SECT
public static final int N_SECT
- See Also:
- Constant Field Values
-
N_PBUD
public static final int N_PBUD
- See Also:
- Constant Field Values
-
N_INDR
public static final int N_INDR
- See Also:
- Constant Field Values
-
REFERENCE_FLAG_UNDEFINED_NON_LAZY
public static final int REFERENCE_FLAG_UNDEFINED_NON_LAZY
- See Also:
- Constant Field Values
-
REFERENCE_FLAG_UNDEFINED_LAZY
public static final int REFERENCE_FLAG_UNDEFINED_LAZY
- See Also:
- Constant Field Values
-
REFERENCE_FLAG_DEFINED
public static final int REFERENCE_FLAG_DEFINED
- See Also:
- Constant Field Values
-
REFERENCE_FLAG_PRIVATE_DEFINED
public static final int REFERENCE_FLAG_PRIVATE_DEFINED
- See Also:
- Constant Field Values
-
REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZY
public static final int REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZY
- See Also:
- Constant Field Values
-
REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZY
public static final int REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZY
- See Also:
- Constant Field Values
-
-