Searched defs:dso_data (Results 1 – 2 of 2) sorted by relevance
225 struct dso_data { struct226 struct rb_root cache;227 struct list_head open_entry;229 struct dso *dso;231 int fd;232 int status;233 u32 status_seen;234 u64 file_size;236 u64 elf_base_addr;237 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