Searched refs:readfunc (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/src/backends/ |
D | s390_unwind.c | 47 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, in s390_unwind() argument 57 if (! readfunc (pc, &instr, arg)) in s390_unwind() 78 if (! readfunc (next_cfa + 8, &sigreg_ptr, arg)) in s390_unwind() 84 if (! readfunc (sigreg_ptr, &val, arg)) in s390_unwind() 93 if (! readfunc (sigreg_ptr, &gprs[i], arg)) in s390_unwind() 106 if (! readfunc (sigreg_ptr, &val, arg)) in s390_unwind() 111 if (! readfunc (sigreg_ptr + 4, &val_low, arg)) in s390_unwind() 125 if (! readfunc (sigreg_ptr, &val, arg)) in s390_unwind()
|
/external/elfutils/src/libebl/ |
D | eblunwind.c | 37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, in ebl_unwind() argument 42 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep); in ebl_unwind()
|
D | ebl-hooks.h | 186 ebl_pid_memory_read_t *readfunc, void *arg,
|
D | libebl.h | 452 ebl_pid_memory_read_t *readfunc, void *arg,
|
/external/elfutils/src/libdwfl/ |
D | frame_unwind.c | 660 readfunc (Dwarf_Addr addr, Dwarf_Word *datap, void *arg) in readfunc() 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.
|