Searched refs:ref_type (Results 1 – 3 of 3) sorted by relevance
34 static const char *lookup_symbol(void *data, uint64_t ref_value, uint64_t *ref_type, in lookup_symbol() argument38 uint64_t type = *ref_type; in lookup_symbol()41 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in lookup_symbol()
73 uint64_t *ref_type, __maybe_unused uint64_t ref_PC, in symbol_lookup_callback() argument76 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()
1853 uint64_t *ref_type, in symbol_lookup_callback() argument1859 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