Home
last modified time | relevance | path

Searched refs:setfunc (Results 1 – 14 of 14) sorted by relevance

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