Searched refs:highest_offset (Results 1 – 3 of 3) sorted by relevance
217 long highest_offset = -1; in print_frame_args() local253 if (highest_offset == -1 in print_frame_args()254 || (current_offset > highest_offset)) in print_frame_args()255 highest_offset = current_offset; in print_frame_args()376 if (highest_offset == -1) in print_frame_args()379 start = highest_offset; in print_frame_args()
19 * printcmd.c (print_frame_args): Always set highest_offset to68 * printcmd.c (print_frame_args): check highest_offset != -1, not i.
2683 * printcmd.c (print_frame_args): Change highest_offset to point2715 * printcmd.c (print_frame_args): Make highest_offset an int.