Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Delf.c376 long elf_find_func_offset_from_file(const char *binary_path, const char *name) in elf_find_func_offset_from_file() function
H A Dlibbpf_internal.h712 long elf_find_func_offset_from_file(const char *binary_path, const char *name);
H A Dlibbpf.c12268 sym_off = elf_find_func_offset_from_file(binary_path, func_name); in bpf_program__attach_uprobe_opts()