Searched defs:getfunc (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/libebl/
H A Deblunwind.c37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc,
43 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
/external/elfutils/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/elfutils/libdwfl/
H A Dframe_unwind.c673 getfunc (int firstreg, unsigned nregs, Dwarf_Word *regs, void *arg) function
737 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))
/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);
/external/libmtp/src/
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.h1855 PTPDataGetFunc getfunc; member in struct:_PTPDataHandler

Completed in 187 milliseconds