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