GDB (xrefs)
|
Public Member Functions | |
load_progress_section_data (load_progress_data *cumulative_, const char *section_name_, ULONGEST section_size_, CORE_ADDR lma_, gdb_byte *buffer_) | |
Public Attributes | |
struct load_progress_data * | cumulative |
const char * | section_name |
ULONGEST | section_sent = 0 |
ULONGEST | section_size |
CORE_ADDR | lma |
gdb_byte * | buffer |
|
inline |
Definition at line 1900 of file symfile.c.
References buffer, cumulative, lma, load_progress_section_data(), section_name, and section_size.
Referenced by load_progress_section_data().
gdb_byte* load_progress_section_data::buffer |
Definition at line 1914 of file symfile.c.
Referenced by load_progress_section_data().
struct load_progress_data* load_progress_section_data::cumulative |
Definition at line 1907 of file symfile.c.
Referenced by load_progress_section_data().
CORE_ADDR load_progress_section_data::lma |
Definition at line 1913 of file symfile.c.
Referenced by load_progress_section_data().
const char* load_progress_section_data::section_name |
Definition at line 1910 of file symfile.c.
Referenced by load_progress_section_data().
ULONGEST load_progress_section_data::section_size |
Definition at line 1912 of file symfile.c.
Referenced by load_progress_section_data().