Searched refs:getfunc (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/src/libebl/
H A Deblunwind.c37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc,
42 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
36 ebl_unwind(Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, void *arg, bool *signal_framep) argument
H A Debl-hooks.h185 ebl_tid_registers_get_t *getfunc,
H A Dlibebl.h432 /* Callback type for ebl_unwind's parameter getfunc. */
451 ebl_tid_registers_get_t *getfunc,
/external/elfutils/src/backends/
H A Ds390_unwind.c47 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc,
70 if (! getfunc (0 + 15, 1, &this_sp, arg))
46 s390_unwind(Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, void *arg, bool *signal_framep) argument
/external/lldb/scripts/Python/interface/
H A DSBData.i203 def _make_helper(self, sbdata, getfunc, itemsize):
204 return self.read_data_helper(sbdata, getfunc, itemsize)
/external/elfutils/src/libdwfl/
H A Dframe_unwind.c649 getfunc (int firstreg, unsigned nregs, Dwarf_Word *regs, void *arg) function
713 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))
/external/libmtp/src/
H A Dlibusb-glue.c960 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1069 handler->getfunc = memory_getfunc;
1089 handler->getfunc = memory_getfunc;
1200 ret = handler->getfunc(params, handler->priv, datawlen, usbdata.payload.data, &gotlen);
H A Dlibmtp.c188 MTPDataGetFunc getfunc; member in struct:_MTPDataHandler
4660 ret = handler->getfunc(params, handler->priv, wantlen, data, &local_gotlen);
4879 mtp_handler.getfunc = NULL;
4884 handler.getfunc = NULL;
5497 mtp_handler.getfunc = get_func;
5502 handler.getfunc = get_func_wrapper;
H A Dptp.c250 handler->getfunc = memory_getfunc;
270 handler->getfunc = memory_getfunc;
341 handler->getfunc = fd_getfunc;
H A Dptp.h1855 PTPDataGetFunc getfunc; member in struct:_PTPDataHandler
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1693 getfunc(JNIEnv *env, jobject obj) function
2006 hfunc *f = getfunc(env, obj);
2031 hfunc *f = getfunc(env, obj);
2091 hfunc *f = getfunc(env, obj);
2114 hfunc *f = getfunc(env, obj);
2139 hfunc *f = getfunc(env, obj);
2201 hfunc *f = getfunc(env, obj);
2231 hfunc *f = getfunc(env, obj);

Completed in 347 milliseconds