Searched defs:dso_data (Results 1 – 2 of 2) sorted by relevance
224 struct dso_data { struct225 struct rb_root cache;226 struct list_head open_entry;228 struct dso *dso;230 int fd;231 int status;232 u32 status_seen;233 u64 file_size;235 u64 elf_base_addr;236 u64 debug_frame_offset;[all …]
683 struct dso_data *dso_data; in close_first_dso() local772 struct dso_data *dso_data = dso__data(dso); in try_to_open_dso() local