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