GDB (xrefs)
Public Attributes | List of all members
so_list Struct Reference

#include "solist.h"

Public Attributes

struct so_listnext
 
lm_info_baselm_info
 
char so_original_name [SO_NAME_MAX_PATH_SIZE]
 
char so_name [SO_NAME_MAX_PATH_SIZE]
 
struct program_spacepspace
 
bfd * abfd
 
char symbols_loaded
 
struct objfileobjfile
 
struct target_sectionsections
 
struct target_sectionsections_end
 
CORE_ADDR addr_low
 
CORE_ADDR addr_high
 

Detailed Description

Definition at line 38 of file solist.h.

Member Data Documentation

◆ abfd

bfd* so_list::abfd

◆ addr_high

CORE_ADDR so_list::addr_high

◆ addr_low

CORE_ADDR so_list::addr_low

◆ lm_info

lm_info_base* so_list::lm_info

◆ next

struct so_list* so_list::next

◆ objfile

struct objfile* so_list::objfile

◆ pspace

struct program_space* so_list::pspace

◆ sections

struct target_section* so_list::sections

◆ sections_end

struct target_section* so_list::sections_end

Definition at line 80 of file solist.h.

Referenced by clear_so(), solib_map_sections(), and solib_read_symbols().

◆ so_name

char so_list::so_name[SO_NAME_MAX_PATH_SIZE]

◆ so_original_name

char so_list::so_original_name[SO_NAME_MAX_PATH_SIZE]

◆ symbols_loaded

char so_list::symbols_loaded

The documentation for this struct was generated from the following file: