Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
A Djit_disasm_helpers.c34 static const char *lookup_symbol(void *data, uint64_t ref_value, uint64_t *ref_type, in lookup_symbol() argument
54 if (labels->pcs[i] == ref_value) in lookup_symbol()
57 if (labels->cnt < MAX_LOCAL_LABELS && ref_value < labels->prog_len) in lookup_symbol()
58 labels->pcs[labels->cnt++] = ref_value; in lookup_symbol()
/tools/bpf/bpftool/
A Djit_disasm.c72 __maybe_unused uint64_t ref_value, in symbol_lookup_callback() argument

Completed in 6 milliseconds