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