Home
last modified time | relevance | path

Searched refs:btf_ext_header (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf_internal.h423 struct btf_ext_header { struct
442 struct btf_ext_header *hdr; argument
A Dlinker.c2756 struct btf_ext_header *hdr; in finalize_btf_ext()
2805 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext()
2827 hdr->hdr_len = sizeof(struct btf_ext_header); in finalize_btf_ext()
2828 cur += sizeof(struct btf_ext_header); in finalize_btf_ext()
A Dbtf.c2789 const struct btf_ext_header *hdr = (struct btf_ext_header *)data; in btf_ext_parse_hdr()
2791 if (data_size < offsetofend(struct btf_ext_header, hdr_len) || in btf_ext_parse_hdr()
2855 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, line_info_len)) { in btf_ext__new()
2868 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext__new()
/linux-6.3-rc2/Documentation/bpf/
A Dbtf.rst737 struct btf_ext_header {

Completed in 20 milliseconds