LIEF: Library to Instrument Executable Formats Version 2.0.0
Loading...
Searching...
No Matches
LIEF::ELF::Relocation::DecodedMipsN64 Struct Reference

Fields decoded from the MIPS-specific n64 r_info layout. More...

#include <Relocation.hpp>

Public Attributes

uint32_t type_value = 0
 Primary relocation type.
uint32_t sym_idx = 0
 Index of the symbol associated with the relocation.
uint8_t special_symbol = 0
 Special symbol used by the second relocation operation.
uint8_t type2 = 0
 Second relocation type.
uint8_t type3 = 0
 Third relocation type.

Detailed Description

Fields decoded from the MIPS-specific n64 r_info layout.

Member Data Documentation

◆ special_symbol

uint8_t LIEF::ELF::Relocation::DecodedMipsN64::special_symbol = 0

Special symbol used by the second relocation operation.

◆ sym_idx

uint32_t LIEF::ELF::Relocation::DecodedMipsN64::sym_idx = 0

Index of the symbol associated with the relocation.

◆ type2

uint8_t LIEF::ELF::Relocation::DecodedMipsN64::type2 = 0

Second relocation type.

◆ type3

uint8_t LIEF::ELF::Relocation::DecodedMipsN64::type3 = 0

Third relocation type.

◆ type_value

uint32_t LIEF::ELF::Relocation::DecodedMipsN64::type_value = 0

Primary relocation type.


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