Lines Matching refs:btf_header
259 struct btf_header hdr;
1565 const struct btf_header *hdr; in btf_verifier_log_hdr()
1770 const struct btf_header *btf_header(const struct btf *btf) in btf_header() function
5235 struct btf_header *hdr; in btf_check_all_metas()
5369 const struct btf_header *hdr = &env->btf->hdr; in btf_parse_type_sec()
5392 const struct btf_header *hdr; in btf_parse_str_sec()
5422 offsetof(struct btf_header, type_off),
5423 offsetof(struct btf_header, str_off),
5439 const struct btf_header *hdr; in btf_check_sec_info()
5490 const struct btf_header *hdr; in btf_parse_hdr()
5496 if (btf_data_size < offsetofend(struct btf_header, hdr_len)) { in btf_parse_hdr()