|
LIEF: Library to Instrument Executable Formats Version 2.0.0
|
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. | |
Fields decoded from the MIPS-specific n64 r_info layout.
| uint8_t LIEF::ELF::Relocation::DecodedMipsN64::special_symbol = 0 |
Special symbol used by the second relocation operation.
| uint32_t LIEF::ELF::Relocation::DecodedMipsN64::sym_idx = 0 |
Index of the symbol associated with the relocation.
| uint8_t LIEF::ELF::Relocation::DecodedMipsN64::type2 = 0 |
Second relocation type.
| uint8_t LIEF::ELF::Relocation::DecodedMipsN64::type3 = 0 |
Third relocation type.
| uint32_t LIEF::ELF::Relocation::DecodedMipsN64::type_value = 0 |
Primary relocation type.