Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c27 bool print_phase; member
45 /* Depending on labels->print_phase either discover local labels or in lookup_symbol()
47 * - if print_phase is true and ref_value is in labels->pcs, in lookup_symbol()
49 * - if print_phase is false, save program-local jump targets in lookup_symbol()
52 if (labels->print_phase) { in lookup_symbol()
136 labels.print_phase = true; in disasm_one_func()