Lines Matching refs:ERRCODE_OFFSET
21 #define ERRCODE_OFFSET(c) ERRNO_OFFSET(LIBBPF_ERRNO__##c) macro
25 [ERRCODE_OFFSET(LIBELF)] = "Something wrong in libelf",
26 [ERRCODE_OFFSET(FORMAT)] = "BPF object format invalid",
27 [ERRCODE_OFFSET(KVERSION)] = "'version' section incorrect or lost",
28 [ERRCODE_OFFSET(ENDIAN)] = "Endian mismatch",
29 [ERRCODE_OFFSET(INTERNAL)] = "Internal error in libbpf",
30 [ERRCODE_OFFSET(RELOC)] = "Relocation failed",
31 [ERRCODE_OFFSET(VERIFY)] = "Kernel verifier blocks program loading",
32 [ERRCODE_OFFSET(PROG2BIG)] = "Program too big",
33 [ERRCODE_OFFSET(KVER)] = "Incorrect kernel version",
34 [ERRCODE_OFFSET(PROGTYPE)] = "Kernel doesn't support this program type",
35 [ERRCODE_OFFSET(WRNGPID)] = "Wrong pid in netlink message",
36 [ERRCODE_OFFSET(INVSEQ)] = "Invalid netlink sequence",
37 [ERRCODE_OFFSET(NLPARSE)] = "Incorrect netlink message parsing",