- java.lang.Object
- 
- com.ibm.j9ddr.corereaders.macho.SymtabCommand.SymtabEntry64
 
- 
- Enclosing class:
- SymtabCommand
 
 public static class SymtabCommand.SymtabEntry64 extends Object 
- 
- 
Field SummaryFields 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 SummaryConstructors Constructor Description SymtabEntry64()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCommonAlignment()intgetReferenceType()bytegetStab()bytegetType()booleanisExternal()booleanisPrivateExternal()booleanisStab()
 
- 
- 
- 
Field Detail- 
N_UNDFpublic static final int N_UNDF - See Also:
- Constant Field Values
 
 - 
N_ABSpublic static final int N_ABS - See Also:
- Constant Field Values
 
 - 
N_SECTpublic static final int N_SECT - See Also:
- Constant Field Values
 
 - 
N_PBUDpublic static final int N_PBUD - See Also:
- Constant Field Values
 
 - 
N_INDRpublic static final int N_INDR - See Also:
- Constant Field Values
 
 - 
REFERENCE_FLAG_UNDEFINED_NON_LAZYpublic static final int REFERENCE_FLAG_UNDEFINED_NON_LAZY - See Also:
- Constant Field Values
 
 - 
REFERENCE_FLAG_UNDEFINED_LAZYpublic static final int REFERENCE_FLAG_UNDEFINED_LAZY - See Also:
- Constant Field Values
 
 - 
REFERENCE_FLAG_DEFINEDpublic static final int REFERENCE_FLAG_DEFINED - See Also:
- Constant Field Values
 
 - 
REFERENCE_FLAG_PRIVATE_DEFINEDpublic static final int REFERENCE_FLAG_PRIVATE_DEFINED - See Also:
- Constant Field Values
 
 - 
REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZYpublic static final int REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZY - See Also:
- Constant Field Values
 
 - 
REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZYpublic static final int REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZY - See Also:
- Constant Field Values
 
 
- 
 
-