Searched refs:btf_raw_types (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c112 __u32 btf_raw_types[] = { local
127 .type_len = sizeof(btf_raw_types),
128 .str_off = sizeof(btf_raw_types),
131 __u8 raw_btf[sizeof(struct btf_header) + sizeof(btf_raw_types) +
135 memcpy(raw_btf + sizeof(btf_hdr), btf_raw_types, sizeof(btf_raw_types));
136 memcpy(raw_btf + sizeof(btf_hdr) + sizeof(btf_raw_types),
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c708 static __u32 btf_raw_types[] = { variable
785 return load_btf_spec(btf_raw_types, sizeof(btf_raw_types),

Completed in 171 milliseconds