Home
last modified time | relevance | path

Searched refs:BTF_FWD_STRUCT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c170 btf__add_fwd(btf2, "s2", BTF_FWD_STRUCT); /* [9] fwd for struct s2 */ in test_split_fwd_resolve()
176 btf__add_fwd(btf2, "s3", BTF_FWD_STRUCT); /* [12] fwd for struct s3 */ in test_split_fwd_resolve()
236 btf__add_fwd(btf1, "s2", BTF_FWD_STRUCT); /* [3] fwd for struct s2 */ in test_split_struct_duped()
259 btf__add_fwd(btf2, "s2", BTF_FWD_STRUCT); /* [8] fwd for struct s2 */ in test_split_struct_duped()
H A Dbtf_write.c180 id = btf__add_fwd(btf, "struct_fwd", BTF_FWD_STRUCT); in gen_btf()
H A Dbtf_dump.c177 id = btf__add_fwd(btf, "s", BTF_FWD_STRUCT); in test_btf_dump_incremental()
/openbmc/linux/tools/lib/bpf/
H A Dbtf.h194 BTF_FWD_STRUCT = 0, enumerator
H A Dbtf.c2261 case BTF_FWD_STRUCT: in btf__add_fwd()
4587 if ((cand_kind == BTF_KIND_STRUCT && fwd_kind != BTF_FWD_STRUCT) || in btf_dedup_resolve_fwd()