Lines Matching refs:machine
144 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine,
176 r = dso__data_read_offset(dso, machine, offset, (u8 *) &hdr, sizeof(hdr));
240 if (!dso__data_get_fd(dso, ui->machine, &fd))
258 ret = unwind_spec_ehframe(dso, ui->machine, dso__data(dso)->eh_frame_hdr_offset,
278 struct machine *machine, u64 *offset)
290 if (dso__data_get_fd(dso, machine, &fd)) {
314 machine->root_dir, debuglink, PATH_MAX);
419 if (ret < 0 && !read_unwind_spec_debug_frame(dso, ui->machine, &segbase)) {
426 if (dso__data_get_fd(dso, ui->machine, &fd)) {
463 size = dso__data_read_addr(dso, map, ui->machine,
635 e_machine = thread__e_machine(thread, /*machine=*/NULL, /*e_flags=*/NULL);