Home
last modified time | relevance | path

Searched defs:setfunc (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/backends/
Di386_initreg.c44 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in i386_set_initial_registers_tid()
Dx86_64_initreg.c44 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in x86_64_set_initial_registers_tid()
Darm_initreg.c54 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in arm_set_initial_registers_tid()
Daarch64_initreg.c51 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in aarch64_set_initial_registers_tid()
Ds390_initreg.c46 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in s390_set_initial_registers_tid()
Dppc_initreg.c70 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in ppc_set_initial_registers_tid()
Ds390_unwind.c46 s390_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, in s390_unwind()
/external/elfutils/libebl/
Deblunwind.c36 ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, in ebl_unwind()
Deblinitreg.c38 ebl_tid_registers_t *setfunc, in ebl_set_initial_registers_tid()
/external/python/cpython2/Lib/test/
Dinspect_fodder2.py53 def setfunc(func): function
/external/python/cpython2/Modules/_ctypes/
Dctypes.h106 SETFUNC setfunc; member
204 SETFUNC setfunc; member
219 SETFUNC setfunc; /* setter function if proto is NULL */ member
240 SETFUNC setfunc; /* Only for simple objects */ member
Dcallbacks.c209 SETFUNC setfunc, in _CallPythonObject()
D_ctypes.c2912 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in _PyCData_set()
3014 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in PyCData_set()
Dcfield.c54 SETFUNC setfunc = NULL; in PyCField_FromDesc() local
/external/elfutils/libdwfl/
Dframe_unwind.c653 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) in setfunc() function