LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::ELF::Elf32_Rel Struct Reference

#include "llvm/BinaryFormat/ELF.h"

Collaboration diagram for llvm::ELF::Elf32_Rel:
Collaboration graph
[legend]

Public Member Functions

Elf32_Word getSymbol () const
 
unsigned char getType () const
 
void setSymbol (Elf32_Word s)
 
void setType (unsigned char t)
 
void setSymbolAndType (Elf32_Word s, unsigned char t)
 

Public Attributes

Elf32_Addr r_offset
 
Elf32_Word r_info
 

Detailed Description

Definition at line 1078 of file ELF.h.

Member Function Documentation

◆ getSymbol()

Elf32_Word llvm::ELF::Elf32_Rel::getSymbol ( ) const
inline

Definition at line 1084 of file ELF.h.

◆ getType()

unsigned char llvm::ELF::Elf32_Rel::getType ( ) const
inline

Definition at line 1085 of file ELF.h.

◆ setSymbol()

void llvm::ELF::Elf32_Rel::setSymbol ( Elf32_Word  s)
inline

Definition at line 1086 of file ELF.h.

References getType().

◆ setSymbolAndType()

void llvm::ELF::Elf32_Rel::setSymbolAndType ( Elf32_Word  s,
unsigned char  t 
)
inline

Definition at line 1088 of file ELF.h.

◆ setType()

void llvm::ELF::Elf32_Rel::setType ( unsigned char  t)
inline

Definition at line 1087 of file ELF.h.

References llvm::object::getSymbol().

Member Data Documentation

◆ r_info

Elf32_Word llvm::ELF::Elf32_Rel::r_info

Definition at line 1080 of file ELF.h.

◆ r_offset

Elf32_Addr llvm::ELF::Elf32_Rel::r_offset

Definition at line 1079 of file ELF.h.


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