Home
last modified time | relevance | path

Searched refs:tmp_offsets (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c594 unsigned long *tmp_offsets = NULL, *tmp_ref_ctr_offsets = NULL; in attach_uprobe_fail_refctr() local
611 &tmp_offsets, STT_FUNC); in attach_uprobe_fail_refctr()
624 offsets[0] = tmp_offsets[0]; /* uprobe_multi_func_1 */ in attach_uprobe_fail_refctr()
625 offsets[1] = tmp_offsets[1]; /* uprobe_multi_func_2 */ in attach_uprobe_fail_refctr()
626 offsets[2] = tmp_offsets[1]; /* uprobe_multi_func_2 */ in attach_uprobe_fail_refctr()
643 free(tmp_offsets); in attach_uprobe_fail_refctr()