Searched refs:elf_resolve_syms_offsets (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | uprobe_multi_test.c | 252 err = elf_resolve_syms_offsets(path, 3, syms, (unsigned long **) &offsets); in __test_link_api()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | elf.c | 290 int elf_resolve_syms_offsets(const char *binary_path, int cnt, in elf_resolve_syms_offsets() function
|
H A D | libbpf_internal.h | 610 int elf_resolve_syms_offsets(const char *binary_path, int cnt,
|
H A D | libbpf.c | 11323 err = elf_resolve_syms_offsets(path, cnt, syms, &resolved_offsets); in bpf_program__attach_uprobe_multi()
|