Lines Matching refs:machine
89 struct machine *machine; member
241 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine, in unwind_spec_ehframe() argument
250 r = dso__data_read_offset(dso, machine, offset, in unwind_spec_ehframe()
264 static int read_unwind_spec_eh_frame(struct dso *dso, struct machine *machine, in read_unwind_spec_eh_frame() argument
272 fd = dso__data_get_fd(dso, machine); in read_unwind_spec_eh_frame()
283 ret = unwind_spec_ehframe(dso, machine, offset, in read_unwind_spec_eh_frame()
292 struct machine *machine, u64 *offset) in read_unwind_spec_debug_frame() argument
298 fd = dso__data_get_fd(dso, machine); in read_unwind_spec_debug_frame()
342 if (!read_unwind_spec_eh_frame(map->dso, ui->machine, in find_proc_info()
359 !read_unwind_spec_debug_frame(map->dso, ui->machine, &segbase)) { in find_proc_info()
360 int fd = dso__data_get_fd(map->dso, ui->machine); in find_proc_info()
432 size = dso__data_read_addr(al.map->dso, al.map, ui->machine, in access_dso_mem()
647 .machine = thread->mg->machine, in unwind__get_entries()