Searched refs:isactivation (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_frame_pc.c | 36 dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation) in dwfl_frame_pc() argument 41 if (isactivation) in dwfl_frame_pc() 45 *isactivation = true; in dwfl_frame_pc() 49 *isactivation = true; in dwfl_frame_pc() 57 *isactivation = false; in dwfl_frame_pc() 59 *isactivation = state->unwound->signal_frame; in dwfl_frame_pc()
|
D | libdwfl.h | 807 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation)
|
/external/elfutils/src/ |
D | stack.c | 60 bool isactivation; member 178 &frames->frame[nr].isactivation)) in frame_callback() 215 print_frame (int nr, Dwarf_Addr pc, bool isactivation, in print_frame() argument 224 printf ("%4s", ! isactivation ? "- 1" : ""); in print_frame() 318 print_inline_frames (int *nr, Dwarf_Addr pc, bool isactivation, in print_inline_frames() argument 329 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname, in print_inline_frames() 345 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname, in print_inline_frames() 370 bool isactivation = frames->frame[nr].isactivation; in print_frames() local 371 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1); in print_frames() 413 print_inline_frames (&frame_nr, pc, isactivation, pc_adjusted, mod, in print_frames() [all …]
|
/external/elfutils/tests/ |
D | backtrace-dwarf.c | 88 bool isactivation; in frame_callback() local 89 if (! dwfl_frame_pc (state, &pc, &isactivation)) in frame_callback() 94 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1); in frame_callback()
|
D | backtrace-data.c | 227 bool isactivation; in frame_callback() local 228 if (! dwfl_frame_pc (state, &pc, &isactivation)) in frame_callback() 233 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1); in frame_callback() 244 ! isactivation ? "- 1" : "", symname); in frame_callback()
|
D | backtrace.c | 164 bool isactivation; in frame_callback() local 172 if (! dwfl_frame_pc (state, &pc, &isactivation)) in frame_callback() 177 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1); in frame_callback() 188 ! isactivation ? "- 1" : "", symname ?: "<null>"); in frame_callback()
|
/external/strace/ |
D | unwind-libdw.c | 143 bool isactivation; in frame_callback() local 145 if (!dwfl_frame_pc(state, &pc, &isactivation)) { in frame_callback() 150 if (!isactivation) in frame_callback()
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 807 bool dwfl_frame_pc (Dwfl_Frame *state, Dwarf_Addr *pc, bool *isactivation)
|