Searched defs:dso_data (Results 1 – 2 of 2) sorted by relevance
147 struct dso_data { struct148 struct rb_root cache;149 struct list_head open_entry;151 struct dso *dso;153 int fd;154 int status;155 u32 status_seen;156 u64 file_size;157 u64 elf_base_addr;158 u64 debug_frame_offset;[all …]
662 struct dso_data *dso_data; in close_first_dso() local750 struct dso_data *dso_data = dso__data(dso); in try_to_open_dso() local