Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Delf.c166 long elf_find_func_offset(Elf *elf, const char *binary_path, const char *name) in elf_find_func_offset() function
266 ret = elf_find_func_offset(elf_fd.elf, binary_path, name); in elf_find_func_offset_from_file()
H A Dlibbpf_internal.h599 long elf_find_func_offset(Elf *elf, const char *binary_path, const char *name);
H A Dlibbpf.c11158 ret = elf_find_func_offset(elf, file_name, func_name); in elf_find_func_offset_from_archive()