Home
last modified time | relevance | path

Searched refs:type_off (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtf.h18 __u32 type_off; /* offset of type section */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtf.h18 __u32 type_off; /* offset of type section */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h18 __u32 type_off; /* offset of type section */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h18 __u32 type_off; /* offset of type section */ member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c166 static int btf_add_type_idx_entry(struct btf *btf, __u32 type_off) in btf_add_type_idx_entry() argument
175 *p = type_off; in btf_add_type_idx_entry()
183 h->type_off = bswap_32(h->type_off); in btf_bswap_hdr()
224 if ((long long)hdr->type_off + hdr->type_len > hdr->str_off) { in btf_parse_hdr()
226 hdr->type_off, hdr->type_len, hdr->str_off, hdr->str_len); in btf_parse_hdr()
230 if (hdr->type_off % 4) { in btf_parse_hdr()
772 btf->types_data = btf->raw_data + btf->hdr->hdr_len + btf->hdr->type_off; in btf__new()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c1383 __btf_verifier_log(log, "type_off: %u\n", hdr->type_off); in btf_verifier_log_hdr()
3799 cur = btf->nohdr_data + hdr->type_off; in btf_check_all_metas()
3933 if (hdr->type_off & (sizeof(u32) - 1)) { in btf_parse_type_sec()
3977 offsetof(struct btf_header, type_off),
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst47 __u32 type_off; /* offset of type section */
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c3653 hdr->type_off = (int)hdr->type_off + test->type_off_delta; in do_test_raw()