LLVM 19.0.0git
Public Attributes | List of all members
llvm::objcopy::elf::Relocation Struct Reference

#include "ObjCopy/ELF/ELFObject.h"

Public Attributes

SymbolRelocSymbol = nullptr
 
uint64_t Offset
 
uint64_t Addend
 
uint32_t Type
 

Detailed Description

Definition at line 857 of file ELFObject.h.

Member Data Documentation

◆ Addend

uint64_t llvm::objcopy::elf::Relocation::Addend

Definition at line 860 of file ELFObject.h.

Referenced by initRelocations().

◆ Offset

uint64_t llvm::objcopy::elf::Relocation::Offset

Definition at line 859 of file ELFObject.h.

Referenced by initRelocations().

◆ RelocSymbol

Symbol* llvm::objcopy::elf::Relocation::RelocSymbol = nullptr

Definition at line 858 of file ELFObject.h.

Referenced by initRelocations().

◆ Type

uint32_t llvm::objcopy::elf::Relocation::Type

Definition at line 861 of file ELFObject.h.

Referenced by initRelocations().


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