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 |
bfd* gdb_bfd_data::archive_bfd |
Definition at line 87 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 83 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
unsigned int gdb_bfd_data::crc_computed |
Definition at line 80 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
time_t gdb_bfd_data::mtime |
Definition at line 70 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 77 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().
int gdb_bfd_data::refc |
Definition at line 67 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 74 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().