Interface ElfRelocationType


public interface ElfRelocationType
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of this relocation type (i.e., enum name)
    int
    Get the value associated with this relocation type.
  • Method Details

    • name

      String name()
      Get the name of this relocation type (i.e., enum name)
      Returns:
      name of this relocation type
    • typeId

      int typeId()
      Get the value associated with this relocation type.
      Returns:
      relocation type value.