Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Delf.c21 return -LIBBPF_ERRNO__LIBELF; in elf_open()
H A Dlibbpf.h35 LIBBPF_ERRNO__LIBELF = __LIBBPF_ERRNO__START, enumerator
H A Dlibbpf.c1320 return -LIBBPF_ERRNO__LIBELF; in bpf_object__elf_init()
1342 err = -LIBBPF_ERRNO__LIBELF; in bpf_object__elf_init()
7394 return ERR_PTR(-LIBBPF_ERRNO__LIBELF); in bpf_object_open()
11158 ret = -LIBBPF_ERRNO__LIBELF; in elf_find_func_offset_from_archive()
H A Dbtf.c935 return ERR_PTR(-LIBBPF_ERRNO__LIBELF); in btf_parse_elf()