Struct

GumChainedImportAddend64

Description

struct GumChainedImportAddend64 {
  guint64 lib_ordinal : 16;
  guint64 weak_import : 1;
  guint64 reserved : 15;
  guint64 name_offset : 32;
  guint64 addend;
}

No description available.

Structure members
lib_ordinal: guint64

No description available.

weak_import: guint64

No description available.

reserved: guint64

No description available.

name_offset: guint64

No description available.

addend: guint64

No description available.