GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Typedefs | Functions | Variables
solib-target.c File Reference
#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.

Classes

struct  lm_info_target
 

Typedefs

typedef std::vector< std::unique_ptr< lm_info_target > > lm_info_vector
 

Functions

static lm_info_vector solib_target_parse_libraries (const char *library)
 
static struct so_listsolib_target_current_sos (void)
 
static void solib_target_solib_create_inferior_hook (int from_tty)
 
static void solib_target_clear_solib (void)
 
static void solib_target_free_so (struct so_list *so)
 
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)
 

Variables

const struct target_so_ops solib_target_so_ops
 

Typedef Documentation

◆ lm_info_vector

typedef std::vector<std::unique_ptr<lm_info_target> > lm_info_vector

Definition at line 53 of file solib-target.c.

Function Documentation

◆ solib_target_clear_solib()

static void solib_target_clear_solib ( void )
static

Definition at line 285 of file solib-target.c.

◆ 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

Definition at line 291 of file solib-target.c.

References so_list::lm_info, and lm_info_target::name.

◆ solib_target_in_dynsym_resolve_code()

static int solib_target_in_dynsym_resolve_code ( CORE_ADDR pc)
static

Definition at line 430 of file solib-target.c.

References in_plt_section().

◆ solib_target_open_symbol_file_object()

static int solib_target_open_symbol_file_object ( int from_tty)
static

Definition at line 422 of file solib-target.c.

◆ solib_target_parse_libraries()

static lm_info_vector solib_target_parse_libraries ( const char * library)
static

Definition at line 58 of file solib-target.c.

Referenced by solib_target_current_sos().

◆ solib_target_relocate_section_addresses()

static void solib_target_relocate_section_addresses ( struct so_list * so,
struct target_section * sec )
static

◆ solib_target_solib_create_inferior_hook()

static void solib_target_solib_create_inferior_hook ( int from_tty)
static

Definition at line 279 of file solib-target.c.

Variable Documentation

◆ solib_target_so_ops

const struct target_so_ops 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 solib.c:440

Definition at line 438 of file solib-target.c.

Referenced by dicos_init_abi(), and windows_init_abi_common().