LLVM API Documentation

Public Member Functions | Public Attributes
llvm::ELF::Elf32_Rel Struct Reference

#include <ELF.h>

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

List of all members.

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 1541 of file Support/ELF.h.


Member Function Documentation

Definition at line 1547 of file Support/ELF.h.

References r_info.

Referenced by setType().

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

Definition at line 1548 of file Support/ELF.h.

References r_info.

Referenced by setSymbol().

Definition at line 1549 of file Support/ELF.h.

References getType(), and setSymbolAndType().

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

Definition at line 1551 of file Support/ELF.h.

References r_info.

Referenced by setSymbol(), and setType().

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

Definition at line 1550 of file Support/ELF.h.

References getSymbol(), and setSymbolAndType().


Member Data Documentation

Definition at line 1543 of file Support/ELF.h.

Referenced by getSymbol(), getType(), and setSymbolAndType().

Definition at line 1542 of file Support/ELF.h.


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