Searched refs:btf_raw_types (Results 1 – 2 of 2) sorted by relevance
112 __u32 btf_raw_types[] = { in load_btf() local127 .type_len = sizeof(btf_raw_types), in load_btf()128 .str_off = sizeof(btf_raw_types), in load_btf()131 __u8 raw_btf[sizeof(struct btf_header) + sizeof(btf_raw_types) + in load_btf()135 memcpy(raw_btf + sizeof(btf_hdr), btf_raw_types, sizeof(btf_raw_types)); in load_btf()136 memcpy(raw_btf + sizeof(btf_hdr) + sizeof(btf_raw_types), in load_btf()
706 static __u32 btf_raw_types[] = { variable783 return load_btf_spec(btf_raw_types, sizeof(btf_raw_types), in load_btf()