Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c1781 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
1786 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
1792 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
1804 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
1814 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
1819 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
1841 return -LIBBPF_ERRNO__RELOC; in bpf_program__collect_reloc()
3197 return -LIBBPF_ERRNO__RELOC; in bpf_program__reloc_text()
3202 return -LIBBPF_ERRNO__RELOC; in bpf_program__reloc_text()
3209 return -LIBBPF_ERRNO__RELOC; in bpf_program__reloc_text()
[all …]
Dlibbpf.h37 LIBBPF_ERRNO__RELOC, /* Relocation failed */ enumerator