Searched refs:curinst (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_frame.c303 Dwarf_P_Frame_Pgm curinst; local
309 curinst = (Dwarf_P_Frame_Pgm)
311 if (curinst == NULL) {
322 curinst->dfp_opcode = opc;
336 curinst->dfp_args = ptr;
337 curinst->dfp_nbytes = nbytes;
338 curinst->dfp_next = NULL;
340 _dwarf_pro_add_to_fde(fde, curinst);
372 Dwarf_P_Frame_Pgm curinst; local
391 curinst
583 _dwarf_pro_add_to_fde(Dwarf_P_Fde fde, Dwarf_P_Frame_Pgm curinst) argument
[all...]
H A Dpro_section.c1066 Dwarf_P_Frame_Pgm curinst = 0; local
1262 curinst = curfde->fde_inst;
1268 while (curinst) {
1269 db = curinst->dfp_opcode;
1274 if (curinst->dfp_sym_index) {
1279 curinst->dfp_sym_index,
1289 (const void *) curinst->dfp_args,
1290 curinst->dfp_nbytes);
1291 data += curinst->dfp_nbytes;
1292 curinst
[all...]

Completed in 49 milliseconds