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

1 2

  /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]
  /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))
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);
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);
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);
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))
  /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,
libebl.h 416 ebl_tid_registers_t *setfunc,
463 existing frame. SETFUNC sets register in the previous frame. GETFUNC gets
464 register from the existing frame. Note that GETFUNC vs. SETFUNC act on
466 for SETFUNC, GETFUNC and READFUNC. *SIGNAL_FRAMEP is initialized to false,
469 extern bool ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc,
  /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)
  /build/soong/androidmk/parser/
scope.go 9 SetFunc(name string, f func([]string) string)
42 func (s *scope) SetFunc(name string, f func([]string) string) {
  /build/soong/androidmk/cmd/androidmk/
android.go 408 globalScope.SetFunc("my-dir", mydir)
409 globalScope.SetFunc("all-java-files-under", allJavaFilesUnder)
410 globalScope.SetFunc("all-subdir-java-files", allSubdirJavaFiles)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 116 # functions, the type must have a non-NULL stgdict->setfunc.
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 116 # functions, the type must have a non-NULL stgdict->setfunc.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 116 # functions, the type must have a non-NULL stgdict->setfunc.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 116 # functions, the type must have a non-NULL stgdict->setfunc.
  /external/elfutils/libdwfl/
linux-pid-attach.c 216 /* Implement the ebl_set_initial_registers_tid setfunc callback. */

Completed in 392 milliseconds

1 2