Searched refs:type_off (Results 1 – 6 of 6) sorted by relevance
18 __u32 type_off; /* offset of type section */ member
198 static int btf_add_type_idx_entry(struct btf *btf, __u32 type_off) in btf_add_type_idx_entry() argument206 *p = type_off; in btf_add_type_idx_entry()214 h->type_off = bswap_32(h->type_off); in btf_bswap_hdr()255 if ((long long)hdr->type_off + hdr->type_len > hdr->str_off) { in btf_parse_hdr()257 hdr->type_off, hdr->type_len, hdr->str_off, hdr->str_len); in btf_parse_hdr()261 if (hdr->type_off % 4) { in btf_parse_hdr()901 btf->types_data = btf->raw_data + btf->hdr->hdr_len + btf->hdr->type_off; in btf_new()
1555 __btf_verifier_log(log, "type_off: %u\n", hdr->type_off); in btf_verifier_log_hdr()4994 cur = btf->nohdr_data + hdr->type_off; in btf_check_all_metas()5128 if (hdr->type_off & (sizeof(u32) - 1)) { in btf_parse_type_sec()5177 offsetof(struct btf_header, type_off),
47 __u32 type_off; /* offset of type section */
4346 hdr->type_off = (int)hdr->type_off + test->type_off_delta; in do_test_raw()