MAX_USED_BTFS
struct btf_mod_pair used_btfs[MAX_USED_BTFS]; /* array of BTF's used by BPF program */
if (env->used_btf_cnt >= MAX_USED_BTFS) {
MAX_USED_BTFS);