Searched refs:btf_ext_header (Results 1 – 4 of 4) sorted by relevance
448 * struct btf_ext_header467 struct btf_ext_header { struct 486 struct btf_ext_header *hdr; argument
3139 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext_parse_info() 3152 static void btf_ext_bswap_hdr(struct btf_ext_header *h) in btf_ext_bswap_hdr() 3166 if (hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext_bswap_hdr() 3212 const struct btf_ext_header *h = data; in btf_ext_bswap_info() 3226 if (h->hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext_bswap_info() 3238 struct btf_ext_header *hdr = btf_ext->hdr; in btf_ext_parse() 3242 if (data_size < offsetofend(struct btf_ext_header, hdr_len)) { in btf_ext_parse() 3276 if (hdr_len < offsetofend(struct btf_ext_header, line_info_len)) { in btf_ext_parse()
2970 struct btf_ext_header *hdr; in finalize_btf_ext() 3019 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext() 3041 hdr->hdr_len = sizeof(struct btf_ext_header); in finalize_btf_ext() 3042 cur += sizeof(struct btf_ext_header); in finalize_btf_ext()
783 struct btf_ext_header {