Home
last modified time | relevance | path

Searched refs:LIBBPF_ERRNO__RELOC (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c940 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
949 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
961 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
976 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
1180 return -LIBBPF_ERRNO__RELOC; in bpf_program__reloc_text()
1185 return -LIBBPF_ERRNO__RELOC; in bpf_program__reloc_text()
1192 return -LIBBPF_ERRNO__RELOC; in bpf_program__reloc_text()
1233 return -LIBBPF_ERRNO__RELOC; in bpf_program__relocate()
1294 return -LIBBPF_ERRNO__RELOC; in bpf_object__collect_reloc()
Dlibbpf.h41 LIBBPF_ERRNO__RELOC, /* Relocation failed */ enumerator