|
GDB (xrefs)
|
Public Member Functions | |
| gdb_bfd_data (bfd *abfd) | |
| ~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_FIELDS = {} | |
|
inline |
Definition at line 63 of file gdb_bfd.c.
References device_id, and inode.
Referenced by gdb_bfd_ref().
| bfd* gdb_bfd_data::archive_bfd = nullptr |
Definition at line 119 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 115 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
| unsigned int gdb_bfd_data::crc_computed |
Definition at line 112 of file gdb_bfd.c.
Referenced by gdb_bfd_crc().
| dev_t gdb_bfd_data::device_id |
Definition at line 102 of file gdb_bfd.c.
Referenced by eq_bfd(), gdb_bfd_data(), and gdb_bfd_unref().
| std::vector<gdb_bfd_ref_ptr> gdb_bfd_data::included_bfds |
Definition at line 122 of file gdb_bfd.c.
Referenced by gdb_bfd_record_inclusion().
| ino_t gdb_bfd_data::inode |
Definition at line 99 of file gdb_bfd.c.
Referenced by eq_bfd(), gdb_bfd_data(), and gdb_bfd_unref().
| time_t gdb_bfd_data::mtime |
Definition at line 93 of file gdb_bfd.c.
Referenced by eq_bfd(), and gdb_bfd_unref().
| unsigned int gdb_bfd_data::needs_relocations |
Definition at line 109 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().
| int gdb_bfd_data::refc = 1 |
Definition at line 90 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 106 of file gdb_bfd.c.
Referenced by gdb_bfd_requires_relocations().
| off_t gdb_bfd_data::size |
Definition at line 96 of file gdb_bfd.c.
Referenced by eq_bfd(), and gdb_bfd_unref().
1.8.14