Lines Matching refs:btf_header
260 struct btf_header hdr;
1583 const struct btf_header *hdr; in btf_verifier_log_hdr()
1788 const struct btf_header *btf_header(const struct btf *btf) in btf_header() function
5254 struct btf_header *hdr; in btf_check_all_metas()
5388 const struct btf_header *hdr = &env->btf->hdr; in btf_parse_type_sec()
5411 const struct btf_header *hdr; in btf_parse_str_sec()
5441 offsetof(struct btf_header, type_off),
5442 offsetof(struct btf_header, str_off),
5458 const struct btf_header *hdr; in btf_check_sec_info()
5509 const struct btf_header *hdr; in btf_parse_hdr()
5515 if (btf_data_size < offsetofend(struct btf_header, hdr_len)) { in btf_parse_hdr()