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/src/
stack.c 60 bool isactivation; member in struct:frame
178 &frames->frame[nr].isactivation))
215 print_frame (int nr, Dwarf_Addr pc, bool isactivation,
224 printf ("%4s", ! isactivation ? "- 1" : "");
318 print_inline_frames (int *nr, Dwarf_Addr pc, bool isactivation,
329 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname,
345 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname,
370 bool isactivation = frames->frame[nr].isactivation; local
371 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1)
429 bool isactivation = frames->frame[nr].isactivation; local
    [all...]
  /external/elfutils/tests/
backtrace-dwarf.c 88 bool isactivation; local
89 if (! dwfl_frame_pc (state, &pc, &isactivation))
94 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
backtrace-data.c 227 bool isactivation; local
228 if (! dwfl_frame_pc (state, &pc, &isactivation))
233 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
244 ! isactivation ? "- 1" : "", symname);
backtrace.c 164 bool isactivation; local
172 if (! dwfl_frame_pc (state, &pc, &isactivation))
177 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
188 ! isactivation ? "- 1" : "", symname);
  /external/strace/
unwind-libdw.c 143 bool isactivation; local
145 if (!dwfl_frame_pc(state, &pc, &isactivation)) {
150 if (!isactivation)

Completed in 413 milliseconds