GDB (xrefs)
|
Classes | |
struct | sections |
Public Member Functions | |
dwo_file ()=default | |
DISABLE_COPY_AND_ASSIGN (dwo_file) | |
Public Attributes | |
const char * | dwo_name = nullptr |
const char * | comp_dir = nullptr |
gdb_bfd_ref_ptr | dbfd |
htab_up | cus |
htab_up | tus |
|
default |
dwo_file::DISABLE_COPY_AND_ASSIGN | ( | dwo_file | ) |
const char* dwo_file::comp_dir = nullptr |
Definition at line 356 of file read.c.
Referenced by create_dwo_unit_in_dwp_v1(), create_dwo_unit_in_dwp_v2(), create_dwo_unit_in_dwp_v5(), eq_dwo_file(), hash_dwo_file(), cutu_reader::init_tu_and_read_dwo_dies(), lookup_dwo_file_slot(), and open_and_init_dwo_file().
htab_up dwo_file::cus |
Definition at line 371 of file read.c.
Referenced by lookup_dwo_cutu(), and open_and_init_dwo_file().
gdb_bfd_ref_ptr dwo_file::dbfd |
Definition at line 360 of file read.c.
Referenced by open_and_init_dwo_file().
const char* dwo_file::dwo_name = nullptr |
Definition at line 353 of file read.c.
Referenced by create_dwo_cu_reader(), create_dwo_unit_in_dwp_v1(), create_dwo_unit_in_dwp_v2(), create_dwo_unit_in_dwp_v5(), eq_dwo_file(), hash_dwo_file(), lookup_dwo_file_slot(), open_and_init_dwo_file(), and read_dwo_str_index().
htab_up dwo_file::tus |
Definition at line 375 of file read.c.
Referenced by lookup_dwo_cutu(), lookup_dwo_signatured_type(), open_and_init_dwo_file(), process_dwo_file_for_skeletonless_type_units(), and queue_and_load_all_dwo_tus().