Searched refs:ref_value (Results 1 – 2 of 2) sorted by relevance
34 static const char *lookup_symbol(void *data, uint64_t ref_value, uint64_t *ref_type, in lookup_symbol() argument54 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()
72 __maybe_unused uint64_t ref_value, in symbol_lookup_callback() argument
Completed in 6 milliseconds