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

Public Member Functions

 ~lm_info_frv ()
 

Public Attributes

int_elf32_fdpic_loadmapmap = NULL
 
CORE_ADDR got_value = 0
 
CORE_ADDR lm_addr = 0
 
asymbol ** dyn_syms = NULL
 
arelent ** dyn_relocs = NULL
 
int dyn_reloc_count = 0
 

Detailed Description

Definition at line 198 of file solib-frv.c.

Constructor & Destructor Documentation

◆ ~lm_info_frv()

lm_info_frv::~lm_info_frv ( )
inline

Definition at line 200 of file solib-frv.c.

References dyn_relocs, dyn_syms, map, and xfree().

Member Data Documentation

◆ dyn_reloc_count

int lm_info_frv::dyn_reloc_count = 0

Definition at line 226 of file solib-frv.c.

Referenced by find_canonical_descriptor_in_load_object().

◆ dyn_relocs

arelent** lm_info_frv::dyn_relocs = NULL

Definition at line 225 of file solib-frv.c.

Referenced by find_canonical_descriptor_in_load_object(), and ~lm_info_frv().

◆ dyn_syms

asymbol** lm_info_frv::dyn_syms = NULL

Definition at line 224 of file solib-frv.c.

Referenced by find_canonical_descriptor_in_load_object(), and ~lm_info_frv().

◆ got_value

CORE_ADDR lm_info_frv::got_value = 0

◆ lm_addr

CORE_ADDR lm_info_frv::lm_addr = 0

Definition at line 212 of file solib-frv.c.

Referenced by frv_current_sos(), and frv_fetch_objfile_link_map().

◆ map

int_elf32_fdpic_loadmap* lm_info_frv::map = NULL

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