Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
Delf.c21 return -LIBBPF_ERRNO__LIBELF; in elf_open()
Dlibbpf.h35 LIBBPF_ERRNO__LIBELF = __LIBBPF_ERRNO__START, enumerator
Dlibbpf.c1319 return -LIBBPF_ERRNO__LIBELF; in bpf_object__elf_init()
1341 err = -LIBBPF_ERRNO__LIBELF; in bpf_object__elf_init()
7384 return ERR_PTR(-LIBBPF_ERRNO__LIBELF); in bpf_object_open()
11148 ret = -LIBBPF_ERRNO__LIBELF; in elf_find_func_offset_from_archive()
Dbtf.c935 return ERR_PTR(-LIBBPF_ERRNO__LIBELF); in btf_parse_elf()