GDB (xrefs)
|
Public Member Functions | |
oso_el (asymbol **oso_sym_, asymbol **end_sym_, unsigned int nbr_syms_) | |
Public Attributes | |
const char * | name |
unsigned long | mtime |
asymbol ** | oso_sym |
asymbol ** | end_sym |
unsigned int | nbr_syms |
Definition at line 51 of file machoread.c.
|
inline |
Definition at line 53 of file machoread.c.
asymbol** oso_el::end_sym |
Definition at line 70 of file machoread.c.
Referenced by macho_add_oso_symfile().
unsigned long oso_el::mtime |
Definition at line 66 of file machoread.c.
Referenced by macho_add_oso_symfile().
const char* oso_el::name |
Definition at line 63 of file machoread.c.
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__(), macho_add_oso_symfile(), macho_symfile_read_all_oso(), oso_el_compare_name(), and gdb.dap.varref.BaseReference::to_object().
unsigned int oso_el::nbr_syms |
Definition at line 73 of file machoread.c.
Referenced by macho_add_oso_symfile().
asymbol** oso_el::oso_sym |
Definition at line 69 of file machoread.c.
Referenced by macho_add_oso_symfile().