Class RelocLgSetOrBySection

java.lang.Object
ghidra.app.util.bin.format.pef.Relocation
ghidra.app.util.bin.format.pef.RelocLgSetOrBySection
All Implemented Interfaces:
StructConverter

public class RelocLgSetOrBySection extends Relocation
See Apple's -- PEFBinaryFormat.h
  • Field Details

    • kPEFRelocLgBySection NEW

      public static final int kPEFRelocLgBySection
      This 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:
    • kPEFRelocLgSetSectC NEW

      public static final int kPEFRelocLgSetSectC
      This instruction sets the variable sectionC to the memory address of the instantiated section specified by index.
      See Also:
    • kPEFRelocLgSetSectD NEW

      public static final int kPEFRelocLgSetSectD
      This instruction sets the variable sectionD to the memory adddress of the instantiated section specified by index.
      See Also:
  • Method Details