GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
dsbt_info Struct Reference

Public Attributes

struct lm_info_dsbtmain_executable_lm_info = nullptr
 
struct int_elf32_dsbt_loadmapexec_loadmap = nullptr
 
struct int_elf32_dsbt_loadmapinterp_loadmap = nullptr
 
CORE_ADDR lm_base_cache = 0
 
CORE_ADDR main_lm_addr = 0
 
CORE_ADDR interp_text_sect_low = 0
 
CORE_ADDR interp_text_sect_high = 0
 
CORE_ADDR interp_plt_sect_low = 0
 
CORE_ADDR interp_plt_sect_high = 0
 

Detailed Description

Definition at line 139 of file solib-dsbt.c.

Member Data Documentation

◆ exec_loadmap

struct int_elf32_dsbt_loadmap* dsbt_info::exec_loadmap = nullptr

Definition at line 151 of file solib-dsbt.c.

◆ interp_loadmap

struct int_elf32_dsbt_loadmap* dsbt_info::interp_loadmap = nullptr

Definition at line 152 of file solib-dsbt.c.

◆ interp_plt_sect_high

CORE_ADDR dsbt_info::interp_plt_sect_high = 0

Definition at line 163 of file solib-dsbt.c.

◆ interp_plt_sect_low

CORE_ADDR dsbt_info::interp_plt_sect_low = 0

Definition at line 162 of file solib-dsbt.c.

◆ interp_text_sect_high

CORE_ADDR dsbt_info::interp_text_sect_high = 0

Definition at line 161 of file solib-dsbt.c.

◆ interp_text_sect_low

CORE_ADDR dsbt_info::interp_text_sect_low = 0

Definition at line 160 of file solib-dsbt.c.

◆ lm_base_cache

CORE_ADDR dsbt_info::lm_base_cache = 0

Definition at line 155 of file solib-dsbt.c.

◆ main_executable_lm_info

struct lm_info_dsbt* dsbt_info::main_executable_lm_info = nullptr

Definition at line 145 of file solib-dsbt.c.

◆ main_lm_addr

CORE_ADDR dsbt_info::main_lm_addr = 0

Definition at line 158 of file solib-dsbt.c.


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