Home
last modified time | relevance | path

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

/third_party/elfutils/backends/
Dx86_64_initreg.c44 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in x86_64_set_initial_registers_tid()
Dloongarch_initreg.c47 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in loongarch_set_initial_registers_tid()
Dcsky_initreg.c46 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in csky_set_initial_registers_tid()
Dm68k_initreg.c43 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in m68k_set_initial_registers_tid()
Driscv_initreg.c45 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in riscv_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.c77 ebl_tid_registers_t *setfunc __attribute__ ((unused)), in ppc_set_initial_registers_tid()
Dx86_64_unwind.c44 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in x86_64_unwind()
Di386_unwind.c49 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in i386_unwind()
Ds390_unwind.c46 s390_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, in s390_unwind()
/third_party/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()
/third_party/python/Modules/_ctypes/
Dctypes.h87 SETFUNC setfunc; member
185 SETFUNC setfunc; member
200 SETFUNC setfunc; /* setter function if proto is NULL */ member
221 SETFUNC setfunc; /* Only for simple objects */ member
Dcallbacks.c152 SETFUNC setfunc, in _CallPythonObject()
Dcfield.c55 SETFUNC setfunc = NULL; in PyCField_FromDesc() local
D_ctypes.c3084 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in _PyCData_set()
3192 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in PyCData_set()
/third_party/elfutils/libdwfl/
Dframe_unwind.c666 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) in setfunc() function
/third_party/python/Lib/test/
Dinspect_fodder2.py53 def setfunc(func): function