Searched refs:label_pc (Results 1 – 1 of 1) sorted by relevance
96 __u32 *label_pc, pc; in disasm_one_func() local144 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()