Searched refs:reachable_functions (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/graph-refine/
H A Dtrace_refute.py531 reachable_functions = {} variable
549 reachable_functions.update (is_reachable)
550 reachable_functions[('IsLoaded', None)] = True
553 if fname not in reachable_functions:
555 return reachable_functions[fname]

Completed in 41 milliseconds