Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 3 of 3) 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
38 uint64_t type = *ref_type; in lookup_symbol()
41 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in lookup_symbol()
/tools/bpf/bpftool/
A Djit_disasm.c73 uint64_t *ref_type, __maybe_unused uint64_t ref_PC, in symbol_lookup_callback() argument
76 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()
/tools/perf/util/
A Ddisasm.c1853 uint64_t *ref_type, in symbol_lookup_callback() argument
1859 if (*ref_type == LLVMDisassembler_ReferenceType_In_Branch) in symbol_lookup_callback()
1861 else if (*ref_type == LLVMDisassembler_ReferenceType_In_PCrel_Load) in symbol_lookup_callback()
1863 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()

Completed in 9 milliseconds