Class RelocByIndexGroup

  • All Implemented Interfaces:
    StructConverter

    public class RelocByIndexGroup
    extends Relocation
    See Apple's -- PEFBinaryFormat.h
    • Field Detail

      • kPEFRelocSmByImport

        public static final int kPEFRelocSmByImport
        This "RelocSmByImport" (SYMB) instruction adds the address of the imported symbol whose index is held in index to the word pointed to by relocAddress. After the addition, relocAddress points to just past the modified word, and importindex is set to index+1.
        See Also:
        Constant Field Values
      • kPEFRelocSmSetSectC

        public static final int kPEFRelocSmSetSectC
        This "RelocSmSetSectC" (CDIS) instruction sets the variable sectionC to the memory address of the instantiated section specified by index.
        See Also:
        Constant Field Values
      • kPEFRelocSmSetSectD

        public static final int kPEFRelocSmSetSectD
        This "RelocSmSetSectD" (DTIS) instruction sets the variable sectionD to the memory adddress of the instantiated section specified by index.
        See Also:
        Constant Field Values
      • kPEFRelocSmBySection

        public static final int kPEFRelocSmBySection
        This "RelocSmBySection" (SECN) instruction adds the address of the instantiated section specified by index to the word pointed to by relocAddress. After execution, relocAddress points to just past the modified word.
        See Also:
        Constant Field Values