/external/elfutils/libebl/ |
eblunwind.c | 37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, 43 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 | 456 /* Callback type for ebl_unwind's parameter readfunc. */ 465 a disjunct set of registers. READFUNC reads memory. ARG has to be passed 466 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false, 471 ebl_pid_memory_read_t *readfunc, void *arg,
|
/external/elfutils/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))
|
/external/syslinux/libfat/ |
libfat.h | 39 * Open the filesystem. The readfunc is the function to read 41 * int readfunc(intptr_t readptr, void *buf, size_t secsize, 49 *libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t),
|
open.c | 25 libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t), 39 fs->read = readfunc;
|
/external/curl/docs/examples/ |
ftpuploadresume.c | 66 size_t readfunc(void *ptr, size_t size, size_t nmemb, void *stream) function 106 curl_easy_setopt(curlhandle, CURLOPT_READFUNCTION, readfunc);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
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/gdb/darwin-x86/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/gdb/linux-x86/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/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/libdwfl/ |
frame_unwind.c | 684 readfunc (Dwarf_Addr addr, Dwarf_Word *datap, void *arg) function 737 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))
|