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

#include "llvm/BinaryFormat/MachO.h"

Inheritance diagram for llvm::MachO::relocation_info:
[legend]

Public Attributes

int32_t r_address
uint32_t r_symbolnum: 24
uint32_t r_pcrel: 1
uint32_t r_length: 2
uint32_t r_extern: 1
uint32_t r_type: 4

Detailed Description

Definition at line 979 of file MachO.h.

Member Data Documentation

◆ r_address

int32_t llvm::MachO::relocation_info::r_address

◆ r_extern

uint32_t llvm::MachO::relocation_info::r_extern

◆ r_length

uint32_t llvm::MachO::relocation_info::r_length

◆ r_pcrel

uint32_t llvm::MachO::relocation_info::r_pcrel

◆ r_symbolnum

uint32_t llvm::MachO::relocation_info::r_symbolnum

◆ r_type

uint32_t llvm::MachO::relocation_info::r_type

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