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 1862 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

Definition at line 1864 of file symfile.c.

Member Data Documentation

◆ buffer

gdb_byte* load_progress_section_data::buffer

Definition at line 1878 of file symfile.c.

◆ cumulative

struct load_progress_data* load_progress_section_data::cumulative

Definition at line 1871 of file symfile.c.

◆ lma

CORE_ADDR load_progress_section_data::lma

Definition at line 1877 of file symfile.c.

◆ section_name

const char* load_progress_section_data::section_name

Definition at line 1874 of file symfile.c.

◆ section_sent

ULONGEST load_progress_section_data::section_sent = 0

Definition at line 1875 of file symfile.c.

◆ section_size

ULONGEST load_progress_section_data::section_size

Definition at line 1876 of file symfile.c.


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