LLVM: llvm::MachO::relocation_info Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/MachO.h](BinaryFormat%5F2MachO%5F8h%5Fsource.html)"

Inheritance diagram for llvm::MachO::relocation_info:

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

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: