Interface GnuVtable.VtablePrefix

Enclosing interface:
GnuVtable

public static interface GnuVtable.VtablePrefix
  • Method Details

    • getOffsets

      List<Long> getOffsets()
      Gets the whole ptrdiff_t array.
      Returns:
      the whole ptrdiff_t array.
    • getFunctionTable

      List<Function> getFunctionTable()
    • getDataTypes

      List<DataType> getDataTypes()
    • getAddress

      Address getAddress()