Searched refs:annotate_calc_pcrel (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/perf/arch/x86/annotate/ |
D | instructions.c | 278 u64 var_addr = annotate_calc_pcrel(dloc->ms, ip, in update_insn_state_x86() 459 addr = annotate_calc_pcrel(ms, ip, src->offset, dl); in update_insn_state_x86()
|
/linux-6.12.1/tools/perf/util/ |
D | annotate.h | 546 u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset,
|
D | annotate.c | 2538 u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset, in annotate_calc_pcrel() function 2686 dloc.var_addr = annotate_calc_pcrel(ms, dloc.ip, in hist_entry__get_data_type()
|