Searched defs:dwp_file (Results 1 – 2 of 2) sorted by relevance
237 struct dwp_file *dwp_file; member783 struct dwp_file struct786 const char *name;789 bfd *dbfd;792 struct dwp_sections sections;795 const struct dwp_hash_table *cus;798 const struct dwp_hash_table *tus;801 htab_t loaded_cutus;804 unsigned int num_sections;805 asection **elf_sections;[all …]
2434 Dwo_file dwp_file(output_filename.c_str()); in main() local