HomeSort by relevance Sort by last modified time
    Searched refs:readfunc (Results 1 - 7 of 7) sorted by null

  /external/elfutils/src/libebl/
eblunwind.c 37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc,
42 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
ebl-hooks.h 180 a disjunct set of registers. READFUNC reads memory. ARG has to be passed
181 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false,
186 ebl_pid_memory_read_t *readfunc, void *arg,
libebl.h 437 /* Callback type for ebl_unwind's parameter readfunc. */
446 a disjunct set of registers. READFUNC reads memory. ARG has to be passed
447 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false,
452 ebl_pid_memory_read_t *readfunc, void *arg,
  /external/elfutils/src/backends/
s390_unwind.c 47 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc,
57 if (! readfunc (pc, &instr, arg))
78 if (! readfunc (next_cfa + 8, &sigreg_ptr, arg))
84 if (! readfunc (sigreg_ptr, &val, arg))
93 if (! readfunc (sigreg_ptr, &gprs[i], arg))
106 if (! readfunc (sigreg_ptr, &val, arg))
111 if (! readfunc (sigreg_ptr + 4, &val_low, arg))
125 if (! readfunc (sigreg_ptr, &val, arg))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc
  /external/elfutils/src/libdwfl/
frame_unwind.c 660 readfunc (Dwarf_Addr addr, Dwarf_Word *datap, void *arg) function
713 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))

Completed in 268 milliseconds