GDB (xrefs)
|
Public Member Functions | |
gdb_bfd_data (bfd *abfd, struct stat *st) | |
~gdb_bfd_data () | |
Public Attributes | |
int | refc = 1 |
time_t | mtime |
off_t | size |
ino_t | inode |
dev_t | device_id |
unsigned int | relocation_computed: 1 |
unsigned int | needs_relocations: 1 |
unsigned int | crc_computed: 1 |
unsigned long | crc = 0 |
bfd * | archive_bfd = nullptr |
std::vector< gdb_bfd_ref_ptr > | included_bfds |
registry< bfd > | registry_fields |
|
inline |
Definition at line 65 of file gdb_bfd.c.
Referenced by gdb_bfd_init_data().
bfd* gdb_bfd_data::archive_bfd = nullptr |
Definition at line 110 of file gdb_bfd.c.
Referenced by gdb_bfd_mark_parent(), and gdb_bfd_unref().
unsigned long gdb_bfd_data::crc = 0 |
Definition at line 106 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
unsigned int gdb_bfd_data::crc_computed |
Definition at line 103 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
dev_t gdb_bfd_data::device_id |
Definition at line 93 of file gdb_bfd.c.
Referenced by eq_bfd(), and gdb_bfd_unref().
std::vector<gdb_bfd_ref_ptr> gdb_bfd_data::included_bfds |
Definition at line 113 of file gdb_bfd.c.
Referenced by gdb_bfd_record_inclusion().
ino_t gdb_bfd_data::inode |
Definition at line 90 of file gdb_bfd.c.
Referenced by eq_bfd(), and gdb_bfd_unref().
time_t gdb_bfd_data::mtime |
Definition at line 84 of file gdb_bfd.c.
Referenced by eq_bfd(), and gdb_bfd_unref().
unsigned int gdb_bfd_data::needs_relocations |
Definition at line 100 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().
int gdb_bfd_data::refc = 1 |
Definition at line 81 of file gdb_bfd.c.
Referenced by gdb_bfd_ref(), gdb_bfd_unref(), and print_one_bfd().
registry<bfd> gdb_bfd_data::registry_fields |
Definition at line 116 of file gdb_bfd.c.
Referenced by registry_accessor< bfd >::get().
unsigned int gdb_bfd_data::relocation_computed |
Definition at line 97 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().
off_t gdb_bfd_data::size |
Definition at line 87 of file gdb_bfd.c.
Referenced by eq_bfd(), and gdb_bfd_unref().