GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
load_progress_section_data Struct Reference

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_datacumulative
 
const char * section_name
 
ULONGEST section_sent = 0
 
ULONGEST section_size
 
CORE_ADDR lma
 
gdb_byte * buffer
 

Detailed Description

Definition at line 1898 of file symfile.c.

Constructor & Destructor Documentation

◆ load_progress_section_data()

load_progress_section_data::load_progress_section_data ( load_progress_data * cumulative_,
const char * section_name_,
ULONGEST section_size_,
CORE_ADDR lma_,
gdb_byte * buffer_ )
inline

Member Data Documentation

◆ buffer

gdb_byte* load_progress_section_data::buffer

Definition at line 1914 of file symfile.c.

Referenced by load_progress_section_data().

◆ cumulative

struct load_progress_data* load_progress_section_data::cumulative

Definition at line 1907 of file symfile.c.

Referenced by load_progress_section_data().

◆ lma

CORE_ADDR load_progress_section_data::lma

Definition at line 1913 of file symfile.c.

Referenced by load_progress_section_data().

◆ section_name

const char* load_progress_section_data::section_name

Definition at line 1910 of file symfile.c.

Referenced by load_progress_section_data().

◆ section_sent

ULONGEST load_progress_section_data::section_sent = 0

Definition at line 1911 of file symfile.c.

◆ section_size

ULONGEST load_progress_section_data::section_size

Definition at line 1912 of file symfile.c.

Referenced by load_progress_section_data().


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