Lines Matching refs:btf_header
77 struct btf_header *hdr;
213 static void btf_bswap_hdr(struct btf_header *h) in btf_bswap_hdr()
225 struct btf_header *hdr = btf->hdr; in btf_parse_hdr()
228 if (btf->raw_size < sizeof(struct btf_header)) { in btf_parse_hdr()
235 if (bswap_32(hdr->hdr_len) != sizeof(struct btf_header)) { in btf_parse_hdr()
274 const struct btf_header *hdr = btf->hdr; in btf_parse_str_sec()
418 struct btf_header *hdr = btf->hdr; in btf_parse_type_sec()
1003 btf->raw_size = sizeof(struct btf_header) + (base_btf ? 0 : 1); in btf_new_empty()
1011 btf->hdr->hdr_len = sizeof(struct btf_header); in btf_new_empty()
1481 struct btf_header *hdr = btf->hdr; in btf_get_raw_data()
5481 const struct btf_header *btf_header(const struct btf *btf) in btf_header() function