Searched refs:LIBBPF_ERRNO__PROG2BIG (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ | ||
D | libbpf.h | 38 LIBBPF_ERRNO__PROG2BIG, /* Program too big */ enumerator |
D | libbpf.c | 6799 ret = -LIBBPF_ERRNO__PROG2BIG; in load_program() |