Searched refs:funcidx (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A Dsframe-dump.c78 unsigned int funcidx,
99 sframe_decoder_get_funcdesc (sfd_ctx, funcidx, &num_fres,
112 funcidx,
122 sframe_decoder_get_fre (sfd_ctx, funcidx, j, &fre);
77 dump_sframe_func_with_fres(sframe_decoder_ctx *sfd_ctx, unsigned int funcidx, uint64_t sec_addr) argument
/netbsd-current/external/gpl3/binutils/dist/libsframe/
H A Dsframe-dump.c99 unsigned int funcidx,
120 sframe_decoder_get_funcdesc (sfd_ctx, funcidx, &num_fres,
133 funcidx,
147 sframe_decoder_get_fre (sfd_ctx, funcidx, j, &fre);
98 dump_sframe_func_with_fres(sframe_decoder_ctx *sfd_ctx, unsigned int funcidx, uint64_t sec_addr) argument
/netbsd-current/external/mit/lua/dist/src/
H A Dlstate.h170 ** - field 'funcidx' is used only by C functions while doing a
196 int funcidx; /* called-function index */ member in union:CallInfo::__anon822
H A Dldo.c684 StkId func = restorestack(L, ci->u2.funcidx);
H A Dlapi.c1081 ci->u2.funcidx = cast_int(savestack(L, c.func));

Completed in 137 milliseconds