|
GDB (xrefs)
|
Public Attributes | |
| int | refc |
| time_t | mtime |
| unsigned int | relocation_computed: 1 |
| unsigned int | needs_relocations: 1 |
| unsigned int | crc_computed: 1 |
| unsigned long | crc |
| bfd * | archive_bfd |
| REGISTRY_FIELDS | |
Definition at line 100 of file gdb_bfd.c.
Referenced by gdb_bfd_mark_parent(), gdb_bfd_ref(), and gdb_bfd_unref().
| unsigned long gdb_bfd_data::crc |
Definition at line 96 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
| unsigned int gdb_bfd_data::crc_computed |
Definition at line 93 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
| time_t gdb_bfd_data::mtime |
Definition at line 83 of file gdb_bfd.c.
Referenced by eq_bfd(), gdb_bfd_ref(), and gdb_bfd_unref().
| unsigned int gdb_bfd_data::needs_relocations |
Definition at line 90 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().
Definition at line 80 of file gdb_bfd.c.
Referenced by gdb_bfd_ref(), gdb_bfd_unref(), and print_one_bfd().
| unsigned int gdb_bfd_data::relocation_computed |
Definition at line 87 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().
1.7.6.1