GDB (xrefs)
|
#include "solist.h"
Public Attributes | |
struct so_list * | next |
lm_info_base * | lm_info |
char | so_original_name [SO_NAME_MAX_PATH_SIZE] |
char | so_name [SO_NAME_MAX_PATH_SIZE] |
bfd * | abfd |
char | symbols_loaded |
struct objfile * | objfile |
target_section_table * | sections |
CORE_ADDR | addr_low |
CORE_ADDR | addr_high |
bfd* so_list::abfd |
Definition at line 64 of file solist.h.
Referenced by clear_so(), rocm_solib_relocate_section_addresses(), solib_map_sections(), solib_read_symbols(), and solib_target_relocate_section_addresses().
CORE_ADDR so_list::addr_high |
Definition at line 80 of file solist.h.
Referenced by clear_so(), darwin_relocate_section_addresses(), mi_output_solib_attribs(), solib_map_sections(), and solib_target_relocate_section_addresses().
CORE_ADDR so_list::addr_low |
Definition at line 80 of file solist.h.
Referenced by clear_so(), darwin_relocate_section_addresses(), mi_output_solib_attribs(), solib_map_sections(), solib_read_symbols(), and solib_target_relocate_section_addresses().
lm_info_base* so_list::lm_info |
Definition at line 46 of file solist.h.
Referenced by darwin_free_so(), darwin_relocate_section_addresses(), dsbt_current_sos(), dsbt_free_so(), dsbt_relocate_section_addresses(), frv_current_sos(), frv_free_so(), frv_relocate_section_addresses(), lm_addr(), lm_addr_check(), rocm_solib_copy_list(), rocm_solib_relocate_section_addresses(), rocm_update_solib_list(), solib_aix_current_sos(), solib_aix_free_so(), solib_aix_relocate_section_addresses(), solib_target_current_sos(), solib_target_free_so(), solib_target_relocate_section_addresses(), solist_update_incremental(), svr4_clear_so(), svr4_copy_library_list(), svr4_current_sos(), svr4_default_sos(), and svr4_free_so().
struct so_list* so_list::next |
Definition at line 40 of file solist.h.
Referenced by clear_solib(), darwin_current_sos(), dsbt_current_sos(), find_debug_base_for_solib(), frv_current_sos(), rocm_solib_copy_list(), rocm_solib_current_sos(), rocm_update_solib_list(), solib_aix_current_sos(), solib_name_from_address(), solib_target_current_sos(), solist_update_incremental(), svr4_collect_probes_sos(), svr4_copy_library_list(), svr4_current_sos(), svr4_free_library_list(), svr4_read_so_list(), and update_solib_list().
struct objfile* so_list::objfile |
Definition at line 70 of file solist.h.
Referenced by bsd_uthread_solib_loaded(), clear_so(), solib_read_symbols(), and solib_used().
target_section_table* so_list::sections |
Definition at line 72 of file solist.h.
Referenced by clear_so(), solib_contains_address_p(), solib_map_sections(), and solib_read_symbols().
char so_list::so_name[SO_NAME_MAX_PATH_SIZE] |
Definition at line 56 of file solist.h.
Referenced by clear_so(), disable_breakpoints_in_unloaded_shlib(), dsbt_current_sos(), frv_current_sos(), libpthread_solib_p(), lm_addr_check(), mi_output_solib_attribs(), mi_interp::on_solib_unloaded(), rocm_update_solib_list(), solib_aix_current_sos(), solib_aix_free_so(), solib_map_sections(), solib_name_from_address(), solib_read_symbols(), solib_target_current_sos(), solib_target_relocate_section_addresses(), and svr4_default_sos().
char so_list::so_original_name[SO_NAME_MAX_PATH_SIZE] |
Definition at line 53 of file solist.h.
Referenced by bsd_uthread_solib_loaded(), bsd_uthread_solib_unloaded(), clear_so(), dsbt_current_sos(), frv_current_sos(), mi_output_solib_attribs(), mi_interp::on_solib_unloaded(), rocm_update_solib_list(), solib_aix_current_sos(), solib_target_current_sos(), svr4_default_sos(), and update_solib_list().
char so_list::symbols_loaded |
Definition at line 65 of file solist.h.
Referenced by clear_so(), mi_output_solib_attribs(), and solib_read_symbols().