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

  /external/elfutils/src/libebl/
eblunwind.c 36 ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
42 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,
libebl.h 403 ebl_tid_registers_t *setfunc,
444 existing frame. SETFUNC sets register in the previous frame. GETFUNC gets
445 register from the existing frame. Note that GETFUNC vs. SETFUNC act on
447 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false,
450 extern bool ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
  /external/elfutils/src/backends/
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);
  /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]
  /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/elfutils/src/libdwfl/
frame_unwind.c 629 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) function
713 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))

Completed in 843 milliseconds