Searched refs:raw_types (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 65 __u32 raw_types[MAX_NR_RAW_U32]; member 106 .raw_types = { 158 .raw_types = { 199 .raw_types = { 235 .raw_types = { 275 .raw_types = { 310 .raw_types = { 332 .raw_types = { 356 .raw_types = { 378 .raw_types = { [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | btf_helpers.h | 13 #define VALIDATE_RAW_BTF(btf, raw_types...) \ argument 15 sizeof((const char *[]){raw_types})/sizeof(void *),\ 16 (const char *[]){raw_types})
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_probes.c | 221 int libbpf__load_raw_btf_hdr(const struct btf_header *hdr, const char *raw_types, in libbpf__load_raw_btf() argument 238 memcpy(raw_btf + hdr->hdr_len + hdr->type_off, raw_types, hdr->type_len); in libbpf__load_raw_btf() 249 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() 262 return libbpf__load_raw_btf_hdr(&hdr, raw_types, str_sec, NULL, token_fd); in load_local_storage_btf()
|
| H A D | libbpf_internal.h | 430 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, 434 const char *raw_types, const char *str_sec,
|