GDB (xrefs)
|
Public Member Functions | |
~lm_info_frv () | |
Public Attributes | |
int_elf32_fdpic_loadmap * | map = NULL |
CORE_ADDR | got_value = 0 |
CORE_ADDR | lm_addr = 0 |
asymbol ** | dyn_syms = NULL |
arelent ** | dyn_relocs = NULL |
int | dyn_reloc_count = 0 |
Definition at line 198 of file solib-frv.c.
|
inline |
Definition at line 200 of file solib-frv.c.
References dyn_relocs, dyn_syms, map, and xfree().
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().
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().
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().
CORE_ADDR lm_info_frv::got_value = 0 |
Definition at line 210 of file solib-frv.c.
Referenced by frv_current_sos(), frv_fdpic_find_global_pointer(), and frv_relocate_main_executable().
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().
int_elf32_fdpic_loadmap* lm_info_frv::map = NULL |
Definition at line 208 of file solib-frv.c.
Referenced by find_canonical_descriptor_in_load_object(), frv_current_sos(), frv_fdpic_find_global_pointer(), frv_relocate_main_executable(), frv_relocate_section_addresses(), and ~lm_info_frv().