GDB (xrefs)
|
#include "symfile.h"
Public Member Functions | |
other_sections (CORE_ADDR addr_, std::string &&name_, int sectindex_) | |
other_sections (other_sections &&other)=default | |
DISABLE_COPY_AND_ASSIGN (other_sections) | |
Public Attributes | |
CORE_ADDR | addr |
std::string | name |
int | sectindex |
|
inline |
|
default |
other_sections::DISABLE_COPY_AND_ASSIGN | ( | other_sections | ) |
CORE_ADDR other_sections::addr |
Definition at line 58 of file symfile.h.
Referenced by addr_info_make_relative(), and relative_addr_info_to_section_offsets().
std::string other_sections::name |
Definition at line 59 of file symfile.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), addrs_section_compar(), set_objfile_default_section_offset(), and gdb.dap.varref.BaseReference::to_object().
int other_sections::sectindex |
Definition at line 64 of file symfile.h.
Referenced by addr_info_make_relative(), addrs_section_compar(), and relative_addr_info_to_section_offsets().