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

dyld_chained_starts_in_image is embedded in LC_DYLD_CHAINED_FIXUPS payload. More...

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t seg_count
 
uint32_t seg_info_offset [1]
 

Detailed Description

dyld_chained_starts_in_image is embedded in LC_DYLD_CHAINED_FIXUPS payload.

Each seg_info_offset entry is the offset into this struct for that segment followed by pool of dyld_chain_starts_in_segment data.

Definition at line 1077 of file MachO.h.

Member Data Documentation

◆ seg_count

uint32_t llvm::MachO::dyld_chained_starts_in_image::seg_count

Definition at line 1078 of file MachO.h.

Referenced by llvm::object::MachOObjectFile::getChainedFixupsSegments().

◆ seg_info_offset

uint32_t llvm::MachO::dyld_chained_starts_in_image::seg_info_offset[1]

Definition at line 1079 of file MachO.h.


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