Home
last modified time | relevance | path

Searched refs:is_activation (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Delf-util.c184 bool is_activation; in frame_callback() local
193 if (!sym_dwfl_frame_pc(frame, &pc, &is_activation)) in frame_callback()
196 pc_adjusted = pc - (is_activation ? 0 : 1); in frame_callback()