Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf_internal.h465 struct btf_ext_header { struct
484 struct btf_ext_header *hdr; argument
Dlinker.c2801 struct btf_ext_header *hdr; in finalize_btf_ext()
2850 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext()
2872 hdr->hdr_len = sizeof(struct btf_ext_header); in finalize_btf_ext()
2873 cur += sizeof(struct btf_ext_header); in finalize_btf_ext()
Dbtf.c3028 const struct btf_ext_header *hdr = (struct btf_ext_header *)data; in btf_ext_parse_hdr()
3030 if (data_size < offsetofend(struct btf_ext_header, hdr_len) || in btf_ext_parse_hdr()
3094 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, line_info_len)) { in btf_ext__new()
3107 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext__new()
/linux-6.12.1/Documentation/bpf/
Dbtf.rst766 struct btf_ext_header {