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