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

Public Member Functions

 load_section_data (load_progress_data *progress_data_)
 
 ~load_section_data ()
 

Public Attributes

CORE_ADDR load_offset = 0
 
struct load_progress_dataprogress_data
 
std::vector< struct memory_write_requestrequests
 

Detailed Description

Definition at line 1918 of file symfile.c.

Constructor & Destructor Documentation

◆ load_section_data()

load_section_data::load_section_data ( load_progress_data * progress_data_)
inline

Definition at line 1920 of file symfile.c.

References load_section_data(), and progress_data.

Referenced by load_section_data().

◆ ~load_section_data()

load_section_data::~load_section_data ( )
inline

Definition at line 1924 of file symfile.c.

References requests, and xfree().

Member Data Documentation

◆ load_offset

CORE_ADDR load_section_data::load_offset = 0

Definition at line 1933 of file symfile.c.

Referenced by generic_load().

◆ progress_data

struct load_progress_data* load_section_data::progress_data

Definition at line 1934 of file symfile.c.

Referenced by load_section_data().

◆ requests

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().


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