Lines Matching refs:btf_header
259 struct btf_header hdr;
1569 const struct btf_header *hdr; in btf_verifier_log_hdr()
1774 const struct btf_header *btf_header(const struct btf *btf) in btf_header() function
5195 struct btf_header *hdr; in btf_check_all_metas()
5329 const struct btf_header *hdr = &env->btf->hdr; in btf_parse_type_sec()
5352 const struct btf_header *hdr; in btf_parse_str_sec()
5382 offsetof(struct btf_header, type_off),
5383 offsetof(struct btf_header, str_off),
5399 const struct btf_header *hdr; in btf_check_sec_info()
5450 const struct btf_header *hdr; in btf_parse_hdr()
5456 if (btf_data_size < offsetofend(struct btf_header, hdr_len)) { in btf_parse_hdr()