#include "defs.h"
#include "objfiles.h"
#include "solist.h"
#include "symtab.h"
#include "symfile.h"
#include "target.h"
#include "solib-target.h"
#include <vector>
#include "inferior.h"
Go to the source code of this file.
◆ lm_info_vector
◆ solib_target_clear_solib()
static void solib_target_clear_solib |
( |
void | | ) |
|
|
static |
◆ solib_target_current_sos()
static struct so_list * solib_target_current_sos |
( |
void | | ) |
|
|
static |
◆ solib_target_free_so()
static void solib_target_free_so |
( |
struct so_list * | so | ) |
|
|
static |
◆ solib_target_in_dynsym_resolve_code()
static int solib_target_in_dynsym_resolve_code |
( |
CORE_ADDR | pc | ) |
|
|
static |
◆ solib_target_open_symbol_file_object()
static int solib_target_open_symbol_file_object |
( |
int | from_tty | ) |
|
|
static |
◆ solib_target_parse_libraries()
static lm_info_vector solib_target_parse_libraries |
( |
const char * | library | ) |
|
|
static |
◆ solib_target_relocate_section_addresses()
Definition at line 301 of file solib-target.c.
References so_list::abfd, target_section::addr, so_list::addr_high, so_list::addr_low, target_section::endaddr, gdb_bfd_count_sections(), gdb_bfd_section_index(), get_symfile_segment_data(), so_list::lm_info, lm_info_target::offsets, lm_info_target::section_bases, lm_info_target::segment_bases, so_list::so_name, symfile_map_offsets_to_segments(), and target_section::the_bfd_section.
◆ solib_target_solib_create_inferior_hook()
static void solib_target_solib_create_inferior_hook |
( |
int | from_tty | ) |
|
|
static |
◆ solib_target_so_ops
Initial value:=
{
nullptr,
}
static void solib_target_relocate_section_addresses(struct so_list *so, struct target_section *sec)
static int solib_target_open_symbol_file_object(int from_tty)
static int solib_target_in_dynsym_resolve_code(CORE_ADDR pc)
static void solib_target_clear_solib(void)
static struct so_list * solib_target_current_sos(void)
static void solib_target_free_so(struct so_list *so)
static void solib_target_solib_create_inferior_hook(int from_tty)
gdb_bfd_ref_ptr solib_bfd_open(const char *pathname)
Definition at line 438 of file solib-target.c.
Referenced by dicos_init_abi(), and windows_init_abi_common().