COFFI
1.2
               
relocation Class Reference

Class for accessing a COFF section relocation entry. More...

Public Member Functions

 relocation (const string_to_name_provider *stn, const symbol_provider *sym, const architecture_provider *arch)
 
const std::string & get_symbol () const
 
void set_symbol (uint32_t symbol_table_index)
 
void load (std::istream &stream)
 
void save (std::ostream &stream)
 
uint32_t get_sizeof () const
 
Functions for accessing the underlying COFF file section structure
 COFFI_GET_SET_ACCESS (uint32_t, virtual_address)
 
 COFFI_GET_ACCESS (uint32_t, symbol_table_index)
 
 COFFI_GET_SET_ACCESS (uint32_t, type)
 
 COFFI_GET_SET_ACCESS (uint16_t, reserved)
 

Detailed Description

Class for accessing a COFF section relocation entry.

Definition at line 42 of file coffi_relocation.hpp.


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