Searched refs:BTF_MAGIC (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf_endian.c | 56 ASSERT_EQ(bswap_16(hdr->magic), BTF_MAGIC, "btf_magic_swapped"); in test_btf_endian() 67 ASSERT_EQ(hdr->magic, BTF_MAGIC, "btf_magic_native"); in test_btf_endian()
|
| A D | core_reloc_raw.c | 28 .magic = BTF_MAGIC, in test_bad_local_id()
|
| A D | fd_array.c | 30 .magic = BTF_MAGIC, in new_btf()
|
| A D | btf.c | 49 .magic = BTF_MAGIC,
|
| /tools/include/uapi/linux/ |
| A D | btf.h | 8 #define BTF_MAGIC 0xeB9F macro
|
| /tools/testing/selftests/bpf/progs/ |
| A D | syscall.c | 76 .magic = BTF_MAGIC, in btf_load()
|
| /tools/lib/bpf/ |
| A D | libbpf_probes.c | 226 .magic = BTF_MAGIC, in libbpf__load_raw_btf()
|
| A D | btf.c | 238 if (hdr->magic == bswap_16(BTF_MAGIC)) { in btf_parse_hdr() 246 } else if (hdr->magic != BTF_MAGIC) { in btf_parse_hdr() 1028 btf->hdr->magic = BTF_MAGIC; in btf_new_empty() 1325 if (magic != BTF_MAGIC && magic != bswap_16(BTF_MAGIC)) { in btf_parse_raw() 3154 bool is_native = h->magic == BTF_MAGIC; in btf_ext_bswap_hdr() 3248 if (hdr->magic == bswap_16(BTF_MAGIC)) { in btf_ext_parse() 3251 } else if (hdr->magic != BTF_MAGIC) { in btf_ext_parse()
|
| A D | linker.c | 3038 hdr->magic = BTF_MAGIC; in finalize_btf_ext()
|
| /tools/testing/selftests/bpf/map_tests/ |
| A D | sk_storage_map.c | 124 .magic = BTF_MAGIC, in load_btf()
|
| /tools/testing/selftests/bpf/ |
| A D | test_verifier.c | 743 .magic = BTF_MAGIC, in load_btf_spec()
|
Completed in 38 milliseconds