Searched refs:setfunc (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/libebl/
H A Deblunwind.c36 ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, argument
43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
H A Deblinitreg.c38 ebl_tid_registers_t *setfunc,
44 return ebl->set_initial_registers_tid (tid, setfunc, arg);
37 ebl_set_initial_registers_tid(Ebl *ebl, pid_t tid, ebl_tid_registers_t *setfunc, void *arg) argument
H A Debl-hooks.h165 ebl_tid_registers_t *setfunc,
184 bool EBLHOOK(unwind) (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
H A Dlibebl.h416 ebl_tid_registers_t *setfunc,
469 extern bool ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
/external/elfutils/backends/
H A Dsparc_initreg.c45 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
64 if (!setfunc (-1, 1, (Dwarf_Word *) &regs.tpc, arg))
69 if (!setfunc (0, 1, &zero, arg))
71 if (!setfunc (1, 7, (Dwarf_Word *) &regs.u_regs[0], arg))
75 if (!setfunc (8, 8, (Dwarf_Word *) &regs.u_regs[7], arg))
120 if (!setfunc (16, 8, &locals_outs[0], arg))
124 if (!setfunc (24, 8, &locals_outs[8], arg))
H A Daarch64_initreg.c51 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
67 if (! setfunc (0, 32, (Dwarf_Word *) &gregs.regs[0], arg))
71 if (! setfunc (-1, 1, (Dwarf_Word *) &gregs.pc, arg))
87 if (! setfunc (64, 32, dwarf_fregs, arg))
H A Dppc_initreg.c70 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
99 if (! setfunc (0, gprs, dwarf_regs, arg))
103 if (! setfunc (65, 1, dwarf_regs, arg))
108 return setfunc (-1, 1, dwarf_regs, arg);
H A Ds390_initreg.c46 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
65 if (! setfunc (0, 16, dwarf_regs, arg))
81 if (! setfunc (16, 16, dwarf_regs, arg))
84 return setfunc (-1, 1, dwarf_regs, arg);
H A Ds390_unwind.c46 s390_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, argument
86 if (! setfunc (-1, 1, &val, arg))
133 if (! setfunc (0, 16, gprs, arg))
135 if (! setfunc (16, 16, fprs, arg))
H A Darm_initreg.c54 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
70 return setfunc (0, 16, dwarf_regs, arg);
87 return setfunc (0, 16, dwarf_regs, arg);
H A Di386_initreg.c44 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
77 return setfunc (0, 9, dwarf_regs, arg);
H A Dx86_64_initreg.c44 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
71 return setfunc (0, 17, dwarf_regs, arg);
/external/elfutils/libdwfl/
H A Dframe_unwind.c653 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) function
737 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))

Completed in 164 milliseconds