LLVM 22.0.0git
llvm::MachO::dyld_chained_ptr_64_bind Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint64_t ordinal: 24
uint64_t addend: 8
uint64_t reserved: 19
uint64_t next: 12
uint64_t bind: 1

Detailed Description

Definition at line 1121 of file MachO.h.

Member Data Documentation

◆ addend

uint64_t llvm::MachO::dyld_chained_ptr_64_bind::addend

Definition at line 1123 of file MachO.h.

◆ bind

uint64_t llvm::MachO::dyld_chained_ptr_64_bind::bind

Definition at line 1126 of file MachO.h.

◆ next

uint64_t llvm::MachO::dyld_chained_ptr_64_bind::next

Definition at line 1125 of file MachO.h.

◆ ordinal

uint64_t llvm::MachO::dyld_chained_ptr_64_bind::ordinal

Definition at line 1122 of file MachO.h.

◆ reserved

uint64_t llvm::MachO::dyld_chained_ptr_64_bind::reserved

Definition at line 1124 of file MachO.h.


The documentation for this struct was generated from the following file: