Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c96 __u32 *label_pc, pc; in disasm_one_func() local
144 label_pc = bsearch(&pc, labels.pcs, labels.cnt, sizeof(*labels.pcs), cmp_u32); in disasm_one_func()
147 if (label_pc) { in disasm_one_func()
148 label = labels.names[label_pc - labels.pcs]; in disasm_one_func()