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_fd(dso, machine); in read_unwind_spec_eh_frame()
282 ret = unwind_spec_ehframe(dso, machine, offset, in read_unwind_spec_eh_frame()
291 struct machine *machine, u64 *offset) in read_unwind_spec_debug_frame() argument
297 fd = dso__data_fd(dso, machine); in read_unwind_spec_debug_frame()
339 if (!read_unwind_spec_eh_frame(map->dso, ui->machine, in find_proc_info()
355 if (!read_unwind_spec_debug_frame(map->dso, ui->machine, &segbase)) { in find_proc_info()
356 int fd = dso__data_fd(map->dso, ui->machine); in find_proc_info()
422 size = dso__data_read_addr(al.map->dso, al.map, ui->machine, in access_dso_mem()
637 .machine = thread->mg->machine, in unwind__get_entries()