Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dlibbpf_internal.h423 struct btf_ext_header { struct
442 struct btf_ext_header *hdr; argument
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()
Dbtf.c2774 const struct btf_ext_header *hdr = (struct btf_ext_header *)data; in btf_ext_parse_hdr()
2776 if (data_size < offsetofend(struct btf_ext_header, hdr_len) || in btf_ext_parse_hdr()
2840 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, line_info_len)) { in btf_ext__new()
2853 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext__new()
/linux-6.1.9/Documentation/bpf/
Dbtf.rst737 struct btf_ext_header {