HomeSort by relevance Sort by last modified time
    Searched refs:setfunc (Results 1 - 25 of 33) sorted by null

1 2

  /external/elfutils/libebl/
eblunwind.c 36 ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
eblinitreg.c 38 ebl_tid_registers_t *setfunc,
44 return ebl->set_initial_registers_tid (tid, setfunc, arg);
ebl-hooks.h 161 /* Fetch process data from live TID and call SETFUNC one or more times.
165 ebl_tid_registers_t *setfunc,
178 existing frame. SETFUNC sets register in the previous frame. GETFUNC gets
179 register from the existing frame. Note that GETFUNC vs. SETFUNC act on
181 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false,
184 bool EBLHOOK(unwind) (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
  /external/elfutils/backends/
sparc_initreg.c 45 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
64 if (!setfunc (-1, 1, (Dwarf_Word *) &regs.tpc, arg))
69 if (!setfunc (0, 1, &zero, arg))
71 if (!setfunc (1, 7, (Dwarf_Word *) &regs.u_regs[0], arg))
75 if (!setfunc (8, 8, (Dwarf_Word *) &regs.u_regs[7], arg))
120 if (!setfunc (16, 8, &locals_outs[0], arg))
124 if (!setfunc (24, 8, &locals_outs[8], arg))
aarch64_initreg.c 51 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
67 if (! setfunc (0, 32, (Dwarf_Word *) &gregs.regs[0], arg))
71 if (! setfunc (-1, 1, (Dwarf_Word *) &gregs.pc, arg))
87 if (! setfunc (64, 32, dwarf_fregs, arg))
ppc_initreg.c 70 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
99 if (! setfunc (0, gprs, dwarf_regs, arg))
103 if (! setfunc (65, 1, dwarf_regs, arg))
108 return setfunc (-1, 1, dwarf_regs, arg);
s390_initreg.c 46 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
65 if (! setfunc (0, 16, dwarf_regs, arg))
81 if (! setfunc (16, 16, dwarf_regs, arg))
84 return setfunc (-1, 1, dwarf_regs, arg);
s390_unwind.c 46 s390_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
86 if (! setfunc (-1, 1, &val, arg))
133 if (! setfunc (0, 16, gprs, arg))
135 if (! setfunc (16, 16, fprs, arg))
arm_initreg.c 54 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
70 return setfunc (0, 16, dwarf_regs, arg);
87 return setfunc (0, 16, dwarf_regs, arg);
i386_initreg.c 44 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
77 return setfunc (0, 9, dwarf_regs, arg);
x86_64_initreg.c 44 ebl_tid_registers_t *setfunc __attribute__ ((unused)),
71 return setfunc (0, 17, dwarf_regs, arg);
  /external/python/cpython2/Lib/plat-mac/Carbon/
ControlAccessor.py 30 setfunc, getfunc = _accessdict[selector]
31 setfunc(control, part, selector, data)
44 setfunc, getfunc = _accessdict[selector]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
ControlAccessor.py 30 setfunc, getfunc = _accessdict[selector]
31 setfunc(control, part, selector, data)
44 setfunc, getfunc = _accessdict[selector]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
ControlAccessor.py 30 setfunc, getfunc = _accessdict[selector]
31 setfunc(control, part, selector, data)
44 setfunc, getfunc = _accessdict[selector]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /external/python/cpython2/Lib/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /external/python/cpython3/Modules/_ctypes/
callbacks.c 128 SETFUNC setfunc,
253 assert(setfunc);
259 keep = setfunc(mem, result, 0);
262 stays valid. If there is no such object, the setfunc will
274 else if (setfunc != _ctypes_get_fielddesc("O")->setfunc) {
298 p->setfunc,
323 p->setfunc = NULL;
369 p->setfunc = NULL
    [all...]
ctypes.h 17 typedef PyObject *(* SETFUNC)(void *, PyObject *value, Py_ssize_t size);
66 SETFUNC setfunc; member in struct:__anon33243
164 SETFUNC setfunc; member in struct:fielddesc
167 SETFUNC setfunc_swapped;
179 SETFUNC setfunc; /* setter function if proto is NULL */ member in struct:__anon33245
200 SETFUNC setfunc; /* Only for simple objects * member in struct:__anon33246
    [all...]
  /external/python/cpython3/Lib/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /external/python/cpython2/Modules/_ctypes/
callbacks.c 209 SETFUNC setfunc,
334 assert(setfunc);
340 keep = setfunc(mem, result, 0);
343 stays valid. If there is no such object, the setfunc will
355 else if (setfunc != _ctypes_get_fielddesc("O")->setfunc) {
378 p->setfunc,
403 p->setfunc = NULL;
449 p->setfunc = NULL
    [all...]
ctypes.h 55 typedef PyObject *(* SETFUNC)(void *, PyObject *value, Py_ssize_t size);
106 SETFUNC setfunc; member in struct:__anon32649
204 SETFUNC setfunc; member in struct:fielddesc
207 SETFUNC setfunc_swapped;
219 SETFUNC setfunc; /* setter function if proto is NULL */ member in struct:__anon32651
240 SETFUNC setfunc; /* Only for simple objects * member in struct:__anon32652
    [all...]

Completed in 360 milliseconds

1 2