/external/elfutils/src/backends/ |
D | aarch64_initreg.c | 51 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()
|
D | s390_initreg.c | 46 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()
|
D | ppc_initreg.c | 70 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()
|
D | s390_unwind.c | 46 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()
|
D | arm_initreg.c | 54 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()
|
D | x86_64_initreg.c | 44 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()
|
D | i386_initreg.c | 44 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/src/libebl/ |
D | eblunwind.c | 36 ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, in ebl_unwind() argument 42 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep); in ebl_unwind()
|
D | eblinitreg.c | 38 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()
|
D | ebl-hooks.h | 165 ebl_tid_registers_t *setfunc, 184 bool EBLHOOK(unwind) (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
|
D | libebl.h | 403 ebl_tid_registers_t *setfunc, 450 extern bool ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
|
/external/elfutils/src/libdwfl/ |
D | frame_unwind.c | 629 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) in setfunc() function 713 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame)) in __libdwfl_frame_unwind()
|
D | ChangeLog | 421 (setfunc, getfunc, readfunc): New functions.
|