Home
last modified time | relevance | path

Searched refs:getfunc (Results 1 – 25 of 30) sorted by relevance

12

/external/elfutils/backends/
Daarch64_unwind.c47 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in EBLHOOK()
53 if (!getfunc(LR_REG, 1, &lr, arg)) in EBLHOOK()
59 if (!getfunc(FP_REG, 1, &fp, arg)) in EBLHOOK()
62 if (!getfunc(SP_REG, 1, &sp, arg)) in EBLHOOK()
Dx86_64_unwind.c44 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in x86_64_unwind() argument
53 if (!getfunc(fpReg, 1, &fp, arg) || fp == 0) in x86_64_unwind()
58 if (!getfunc(spReg, 1, &sp, arg)) in x86_64_unwind()
Dppc64_unwind.c49 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in EBLHOOK()
56 if (! getfunc (SP_REG, 1, &sp, arg)) in EBLHOOK()
60 if (! getfunc (LR_REG, 1, &lr, arg) in EBLHOOK()
Di386_unwind.c49 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in i386_unwind() argument
57 if (! getfunc (ESP, 2, regs, arg)) in i386_unwind()
Ds390_unwind.c47 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, in s390_unwind() argument
70 if (! getfunc (0 + 15, 1, &this_sp, arg)) in s390_unwind()
/external/python/cpython2/Lib/plat-mac/Carbon/
DControlAccessor.py30 setfunc, getfunc = _accessdict[selector]
44 setfunc, getfunc = _accessdict[selector]
45 return getfunc(control, part, selector, data)
/external/elfutils/libebl/
Deblunwind.c37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, in ebl_unwind() argument
43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep); in ebl_unwind()
Debl-hooks.h178 ebl_tid_registers_get_t *getfunc,
Dlibebl.h388 ebl_tid_registers_get_t *getfunc,
/external/llvm-project/llvm/test/Transforms/GlobalDCE/
D2003-07-01-SelfReference.ll6 declare i1 ()* @getfunc()
9 %F = call i1 ()* () @getfunc( ) ; <i1 ()*> [#uses=1]
/external/llvm/test/Transforms/GlobalDCE/
D2003-07-01-SelfReference.ll6 declare i1 ()* @getfunc()
9 %F = call i1 ()* () @getfunc( ) ; <i1 ()*> [#uses=1]
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c247 new_descr->getfunc = fdescr->getfunc; in MakeFields()
482 if (dict->getfunc != _ctypes_get_fielddesc("c")->getfunc in PyCStructUnionType_update_stgdict()
484 && dict->getfunc != _ctypes_get_fielddesc("u")->getfunc in PyCStructUnionType_update_stgdict()
Dctypes.h205 GETFUNC getfunc; member
218 GETFUNC getfunc; /* getter function if proto is NULL */ member
241 GETFUNC getfunc; /* Only for simple objects */ member
361 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,
Dcfield.c55 GETFUNC getfunc = NULL; in PyCField_FromDesc() local
123 if (idict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCField_FromDesc()
125 getfunc = fd->getfunc; in PyCField_FromDesc()
129 if (idict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCField_FromDesc()
131 getfunc = fd->getfunc; in PyCField_FromDesc()
139 self->getfunc = getfunc; in PyCField_FromDesc()
238 return PyCData_get(self->proto, self->getfunc, inst, in PyCField_get()
D_ctypes.c1560 if (itemdict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCArrayType_new()
1564 } else if (itemdict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCArrayType_new()
1971 stgdict->getfunc = fmt->getfunc_swapped; in CreateSwappedType()
2080 stgdict->getfunc = fmt->getfunc; in PyCSimpleType_new()
2394 stgdict->getfunc = NULL; in make_funcptrtype_dict()
2989 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get() argument
2993 if (getfunc) in PyCData_get()
2994 return getfunc(adr, size); in PyCData_get()
2997 if (dict && dict->getfunc && !_ctypes_simple_instance(type)) in PyCData_get()
2998 return dict->getfunc(adr, size); in PyCData_get()
[all …]
Dcallbacks.c250 if (dict && dict->getfunc && !_ctypes_simple_instance(cnv)) { in _CallPythonObject()
251 PyObject *v = dict->getfunc(*pArgs, dict->size); in _CallPythonObject()
/external/python/cpython3/Modules/_ctypes/
Dctypes.h165 GETFUNC getfunc; member
178 GETFUNC getfunc; /* getter function if proto is NULL */ member
201 GETFUNC getfunc; /* Only for simple objects */ member
321 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,
Dcfield.c56 GETFUNC getfunc = NULL; in PyCField_FromDesc() local
123 if (idict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCField_FromDesc()
125 getfunc = fd->getfunc; in PyCField_FromDesc()
129 if (idict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCField_FromDesc()
131 getfunc = fd->getfunc; in PyCField_FromDesc()
139 self->getfunc = getfunc; in PyCField_FromDesc()
238 return PyCData_get(self->proto, self->getfunc, inst, in PyCField_get()
Dstgdict.c263 new_descr->getfunc = fdescr->getfunc; in MakeFields()
540 if (dict->getfunc != _ctypes_get_fielddesc("c")->getfunc in PyCStructUnionType_update_stgdict()
542 && dict->getfunc != _ctypes_get_fielddesc("u")->getfunc in PyCStructUnionType_update_stgdict()
D_ctypes.c1615 if (itemdict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCArrayType_new()
1619 } else if (itemdict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCArrayType_new()
2024 stgdict->getfunc = fmt->getfunc_swapped; in CreateSwappedType()
2136 stgdict->getfunc = fmt->getfunc; in PyCSimpleType_new()
2480 stgdict->getfunc = NULL; in make_funcptrtype_dict()
3070 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get() argument
3074 if (getfunc) in PyCData_get()
3075 return getfunc(adr, size); in PyCData_get()
3078 if (dict && dict->getfunc && !_ctypes_simple_instance(type)) in PyCData_get()
3079 return dict->getfunc(adr, size); in PyCData_get()
[all …]
Dcallbacks.c174 if (dict && dict->getfunc && !_ctypes_simple_instance(cnv)) { in _CallPythonObject()
175 PyObject *v = dict->getfunc(*pArgs, dict->size); in _CallPythonObject()
/external/python/cpython2/Doc/library/
Dbastion.rst56 .. class:: BastionClass(getfunc, name)
59 by :func:`Bastion`. The *getfunc* parameter is a function which returns the
/external/llvm-project/lldb/bindings/interface/
DSBData.i207 def _make_helper(self, sbdata, getfunc, itemsize):
208 return self.read_data_helper(sbdata, getfunc, itemsize)
/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py156 def getfunc(): function
160 f = getfunc()
/external/python/cpython3/Lib/sqlite3/test/
Duserfunctions.py170 def getfunc(): function
174 f = getfunc()

12