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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint64_t lib_ordinal: 16
uint64_t weak_import: 1
uint64_t reserved: 15
uint64_t name_offset: 32
uint64_t addend

Detailed Description

Definition at line 1109 of file MachO.h.

Member Data Documentation

◆ addend

uint64_t llvm::MachO::dyld_chained_import_addend64::addend

Definition at line 1114 of file MachO.h.

◆ lib_ordinal

uint64_t llvm::MachO::dyld_chained_import_addend64::lib_ordinal

Definition at line 1110 of file MachO.h.

◆ name_offset

uint64_t llvm::MachO::dyld_chained_import_addend64::name_offset

Definition at line 1113 of file MachO.h.

◆ reserved

uint64_t llvm::MachO::dyld_chained_import_addend64::reserved

Definition at line 1112 of file MachO.h.

◆ weak_import

uint64_t llvm::MachO::dyld_chained_import_addend64::weak_import

Definition at line 1111 of file MachO.h.


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