GDB (xrefs)
|
Public Attributes | |
std::string | name |
std::vector< CORE_ADDR > | segment_bases |
std::vector< CORE_ADDR > | section_bases |
section_offsets | offsets |
Definition at line 31 of file solib-target.c.
std::string lm_info_target::name |
Definition at line 35 of file solib-target.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), library_list_start_library(), and solib_target_free_so().
section_offsets lm_info_target::offsets |
Definition at line 50 of file solib-target.c.
Referenced by solib_target_relocate_section_addresses().
std::vector<CORE_ADDR> lm_info_target::section_bases |
Definition at line 46 of file solib-target.c.
Referenced by library_list_end_library(), library_list_start_section(), library_list_start_segment(), and solib_target_relocate_section_addresses().
std::vector<CORE_ADDR> lm_info_target::segment_bases |
Definition at line 42 of file solib-target.c.
Referenced by library_list_end_library(), library_list_start_section(), library_list_start_segment(), and solib_target_relocate_section_addresses().