Home
last modified time | relevance | path

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

/external/elfutils/backends/
Dx86_64_initreg.c44 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in x86_64_set_initial_registers_tid()
Driscv_initreg.c45 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in riscv_set_initial_registers_tid()
Dm68k_initreg.c43 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in m68k_set_initial_registers_tid()
Di386_initreg.c44 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in i386_set_initial_registers_tid()
Darm_initreg.c56 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.c71 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in ppc_set_initial_registers_tid()
Di386_unwind.c49 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in i386_unwind()
Dx86_64_unwind.c44 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in x86_64_unwind()
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/cpython3/Modules/_ctypes/
Dctypes.h66 SETFUNC setfunc; member
164 SETFUNC setfunc; member
179 SETFUNC setfunc; /* setter function if proto is NULL */ member
200 SETFUNC setfunc; /* Only for simple objects */ member
Dcallbacks.c128 SETFUNC setfunc, in _CallPythonObject()
D_ctypes.c2892 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in _PyCData_set()
3000 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in PyCData_set()
Dcfield.c54 SETFUNC setfunc = NULL; in PyCField_FromDesc() local
/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.c3006 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in _PyCData_set()
3108 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in PyCData_set()
Dcfield.c54 SETFUNC setfunc = NULL; in PyCField_FromDesc() local
/external/python/cpython3/Lib/test/
Dinspect_fodder2.py53 def setfunc(func): function
/external/elfutils/libdwfl/
Dframe_unwind.c672 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) in setfunc() function