GDB (xrefs)
|
Public Member Functions | |
load_section_data (load_progress_data *progress_data_) | |
~load_section_data () | |
Public Attributes | |
CORE_ADDR | load_offset = 0 |
struct load_progress_data * | progress_data |
std::vector< struct memory_write_request > | requests |
|
inline |
Definition at line 1920 of file symfile.c.
References load_section_data(), and progress_data.
Referenced by load_section_data().
|
inline |
CORE_ADDR load_section_data::load_offset = 0 |
Definition at line 1933 of file symfile.c.
Referenced by generic_load().
struct load_progress_data* load_section_data::progress_data |
Definition at line 1934 of file symfile.c.
Referenced by load_section_data().
std::vector<struct memory_write_request> load_section_data::requests |
Definition at line 1935 of file symfile.c.
Referenced by generic_load(), and ~load_section_data().