#include "minsyms.h"
|
| minimal_symbol_reader (struct objfile *) |
|
| ~minimal_symbol_reader () |
|
void | install () |
|
struct minimal_symbol * | record_full (gdb::string_view name, bool copy_name, CORE_ADDR address, enum minimal_symbol_type ms_type, int section) |
|
void | record (const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type) |
|
void | record_with_info (const char *name, CORE_ADDR address, enum minimal_symbol_type ms_type, int section) |
|
Definition at line 84 of file minsyms.h.
◆ minimal_symbol_reader()
minimal_symbol_reader::minimal_symbol_reader |
( |
struct objfile * |
| ) |
|
|
explicit |
◆ ~minimal_symbol_reader()
minimal_symbol_reader::~minimal_symbol_reader |
( |
| ) |
|
◆ install()
void minimal_symbol_reader::install |
( |
| ) |
|
◆ record()
void minimal_symbol_reader::record |
( |
const char * |
name, |
|
|
CORE_ADDR |
address, |
|
|
enum minimal_symbol_type |
ms_type |
|
) |
| |
◆ record_full()
struct minimal_symbol * minimal_symbol_reader::record_full |
( |
gdb::string_view |
name, |
|
|
bool |
copy_name, |
|
|
CORE_ADDR |
address, |
|
|
enum minimal_symbol_type |
ms_type, |
|
|
int |
section |
|
) |
| |
◆ record_with_info()
void minimal_symbol_reader::record_with_info |
( |
const char * |
name, |
|
|
CORE_ADDR |
address, |
|
|
enum minimal_symbol_type |
ms_type, |
|
|
int |
section |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: