|
GDB (xrefs)
|
Public Attributes | |
| const char * | name |
| unsigned long | mtime |
| asymbol ** | oso_sym |
| asymbol ** | end_sym |
| unsigned int | nbr_syms |
Definition at line 50 of file machoread.c.
| asymbol** oso_el::end_sym |
Definition at line 60 of file machoread.c.
Referenced by macho_add_oso_symfile(), and macho_register_oso().
| unsigned long oso_el::mtime |
Definition at line 56 of file machoread.c.
Referenced by macho_add_oso_symfile(), and macho_register_oso().
| const char* oso_el::name |
Definition at line 53 of file machoread.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), macho_add_oso_symfile(), macho_register_oso(), macho_symfile_read_all_oso(), and oso_el_compare_name().
| unsigned int oso_el::nbr_syms |
Definition at line 63 of file machoread.c.
Referenced by macho_add_oso_symfile(), and macho_register_oso().
| asymbol** oso_el::oso_sym |
Definition at line 59 of file machoread.c.
Referenced by macho_add_oso_symfile(), and macho_register_oso().
1.7.6.1