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

#include "symtab.h"

Public Attributes

void(* find_frame_base_location )(struct symbol *framefunc, CORE_ADDR pc, const gdb_byte **start, size_t *length)
 
CORE_ADDR(* get_frame_base )(struct symbol *framefunc, frame_info_ptr frame)
 
const block *(* get_block_value )(const struct symbol *sym)
 

Detailed Description

Definition at line 1153 of file symtab.h.

Member Data Documentation

◆ find_frame_base_location

void(* symbol_block_ops::find_frame_base_location) (struct symbol *framefunc, CORE_ADDR pc, const gdb_byte **start, size_t *length)

Definition at line 1159 of file symtab.h.

Referenced by func_get_frame_base_dwarf_block(), and register_symbol_block_impl().

◆ get_block_value

const block *(* symbol_block_ops::get_block_value) (const struct symbol *sym)

Definition at line 1185 of file symtab.h.

Referenced by register_symbol_block_impl().

◆ get_frame_base

CORE_ADDR(* symbol_block_ops::get_frame_base) (struct symbol *framefunc, frame_info_ptr frame)

Definition at line 1178 of file symtab.h.


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