GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
lm_info_aix Struct Reference
Inheritance diagram for lm_info_aix:
lm_info_base

Public Attributes

std::string filename
 
std::string member_name
 
CORE_ADDR text_addr = 0
 
ULONGEST text_size = 0
 
CORE_ADDR data_addr = 0
 
ULONGEST data_size = 0
 

Detailed Description

Definition at line 31 of file solib-aix.c.

Member Data Documentation

◆ data_addr

CORE_ADDR lm_info_aix::data_addr = 0

Definition at line 50 of file solib-aix.c.

◆ data_size

ULONGEST lm_info_aix::data_size = 0

Definition at line 53 of file solib-aix.c.

◆ filename

std::string lm_info_aix::filename

Definition at line 37 of file solib-aix.c.

◆ member_name

std::string lm_info_aix::member_name

Definition at line 41 of file solib-aix.c.

◆ text_addr

CORE_ADDR lm_info_aix::text_addr = 0

Definition at line 44 of file solib-aix.c.

◆ text_size

ULONGEST lm_info_aix::text_size = 0

Definition at line 47 of file solib-aix.c.


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