Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Delf.c258 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.h600 long elf_find_func_offset_from_file(const char *binary_path, const char *name);
H A Dlibbpf.c11419 sym_off = elf_find_func_offset_from_file(binary_path, func_name); in bpf_program__attach_uprobe_opts()