HomeSort by: relevance | last modified time | path
    Searched defs:cand_l (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
btrace.c 942 struct btrace_function *best_l, *best_r, *cand_l, *cand_r; local
955 for (cand_l = lhs; cand_l != NULL;
956 cand_l = ftrace_get_caller (btinfo, cand_l))
962 matches = ftrace_match_backtrace (btinfo, cand_l, cand_r);
966 best_l = cand_l;
  /src/external/gpl3/gdb/dist/gdb/
btrace.c 942 struct btrace_function *best_l, *best_r, *cand_l, *cand_r; local
955 for (cand_l = lhs; cand_l != NULL;
956 cand_l = ftrace_get_caller (btinfo, cand_l))
962 matches = ftrace_match_backtrace (btinfo, cand_l, cand_r);
966 best_l = cand_l;

Completed in 20 milliseconds