LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::dyld_chained_ptr_64_rebase Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint64_t target: 36
 
uint64_t high8: 8
 
uint64_t reserved: 7
 
uint64_t next: 12
 
uint64_t bind: 1
 

Detailed Description

Definition at line 1130 of file MachO.h.

Member Data Documentation

◆ bind

uint64_t llvm::MachO::dyld_chained_ptr_64_rebase::bind

Definition at line 1135 of file MachO.h.

◆ high8

uint64_t llvm::MachO::dyld_chained_ptr_64_rebase::high8

Definition at line 1132 of file MachO.h.

◆ next

uint64_t llvm::MachO::dyld_chained_ptr_64_rebase::next

Definition at line 1134 of file MachO.h.

◆ reserved

uint64_t llvm::MachO::dyld_chained_ptr_64_rebase::reserved

Definition at line 1133 of file MachO.h.

◆ target

uint64_t llvm::MachO::dyld_chained_ptr_64_rebase::target

Definition at line 1131 of file MachO.h.


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