Home | History | Annotate | Download | only in src

Lines Matching full:isactivation

61   bool isactivation;
179 &frames->frame[nr].isactivation))
216 print_frame (int nr, Dwarf_Addr pc, bool isactivation,
225 printf ("%4s", ! isactivation ? "- 1" : "");
319 print_inline_frames (int *nr, Dwarf_Addr pc, bool isactivation,
330 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname,
346 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname,
371 bool isactivation = frames->frame[nr].isactivation;
372 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
414 print_inline_frames (&frame_nr, pc, isactivation, pc_adjusted, mod,
417 print_frame (frame_nr++, pc, isactivation, pc_adjusted, mod, symname,
430 bool isactivation = frames->frame[nr].isactivation;
431 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);