Searched refs:get_rel_offset (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.h31 ssize_t get_rel_offset(uintptr_t addr);
H A Dtrace_helpers.c285 ssize_t get_rel_offset(uintptr_t addr) function
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c205 ref_ctr_offset = get_rel_offset((uintptr_t)&uprobe_ref_ctr);
/linux-master/tools/perf/util/
H A Dsymbol-elf.c355 static u64 get_rel_offset(struct rel_info *ri, u32 x) function
373 u64 a_offset = get_rel_offset(ri, *(const u32 *)a);
374 u64 b_offset = get_rel_offset(ri, *(const u32 *)b);

Completed in 144 milliseconds