Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.h32 LIBBPF_ERRNO__LIBELF = __LIBBPF_ERRNO__START, enumerator
Dlibbpf.c470 return -LIBBPF_ERRNO__LIBELF; in bpf_object__init_prog_names()
564 return -LIBBPF_ERRNO__LIBELF; in bpf_object__elf_init()
591 err = -LIBBPF_ERRNO__LIBELF; in bpf_object__elf_init()
3621 return ERR_PTR(-LIBBPF_ERRNO__LIBELF); in __bpf_object__open()
Dbtf.c389 return ERR_PTR(-LIBBPF_ERRNO__LIBELF); in btf__parse_elf()