HomeSort by relevance Sort by last modified time
    Searched refs:isactivation (Results 1 - 7 of 7) sorted by null

  /external/elfutils/libdwfl/
dwfl_frame_pc.c 36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation)
41 if (isactivation)
45 *isactivation = true;
46 /* *ISACTIVATION is logical union of whether current or previous frame
49 *isactivation = true;
57 *isactivation = false;
59 *isactivation = state->unwound->signal_frame;
libdwfl.h     [all...]
  /external/elfutils/tests/
backtrace-dwarf.c 89 bool isactivation; local
90 if (! dwfl_frame_pc (state, &pc, &isactivation))
95 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
backtrace-data.c 222 bool isactivation; local
223 if (! dwfl_frame_pc (state, &pc, &isactivation))
228 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
239 ! isactivation ? "- 1" : "", symname);
backtrace.c 152 bool isactivation; local
160 if (! dwfl_frame_pc (state, &pc, &isactivation))
165 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
176 ! isactivation ? "- 1" : "", symname);
  /external/elfutils/src/
stack.c 61 bool isactivation; member in struct:frame
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; local
372 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1)
430 bool isactivation = frames->frame[nr].isactivation; local
    [all...]
  /external/ltrace/
output.c 580 bool isactivation; local
584 if (!dwfl_frame_pc(state, &pc, &isactivation))
587 if (!isactivation)

Completed in 373 milliseconds