Class BindingTable.Binding

java.lang.Object
ghidra.app.util.bin.format.macho.commands.dyld.BindingTable.Binding
Enclosing class:
BindingTable

public static class BindingTable.Binding extends Object
A piece of binding information from a BindingTable
  • Constructor Details Link icon

  • Method Details Link icon

    • getSymbolName Link icon

      public String getSymbolName()
      Returns The symbol name.
      Returns:
      The symbol name
    • getType Link icon

      public int getType()
      Returns The type.
      Returns:
      The type
    • getLibraryOrdinal Link icon

      public int getLibraryOrdinal()
      Returns The library ordinal.
      Returns:
      The library ordinal
    • getSegmentOffset Link icon

      public long getSegmentOffset()
      Returns The segment offset.
      Returns:
      The segment offset
    • getSegmentIndex Link icon

      public int getSegmentIndex()
      Returns The segment index.
      Returns:
      The segment index
    • getAddend Link icon

      public long getAddend()
      Returns The addend.
      Returns:
      The addend
    • isWeak Link icon

      public boolean isWeak()
      Returns True if the binding is "weak"; otherwise false.
      Returns:
      True if the binding is "weak"; otherwise false
    • getUnknownOpcode Link icon

      public Integer getUnknownOpcode()
      Returns null if the opcode is known; otherwise, returns the unknown opcode's value.
      Returns:
      null if the opcode is known; otherwise, returns the unknown opcode's value