Searched refs:raw_btf (Results 1 – 1 of 1) sorted by relevance
1406 void *raw_btf; in btf_raw_create() local1413 raw_btf = malloc(size_needed); in btf_raw_create()1414 if (CHECK(!raw_btf, "Cannot allocate memory for raw_btf")) in btf_raw_create()1418 memcpy(raw_btf, hdr, sizeof(*hdr)); in btf_raw_create()1422 ret_types = raw_btf + offset; in btf_raw_create()1427 free(raw_btf); in btf_raw_create()1439 memcpy(raw_btf + offset, str, str_sec_size); in btf_raw_create()1441 ret_hdr = (struct btf_header *)raw_btf; in btf_raw_create()1448 return raw_btf; in btf_raw_create()1458 void *raw_btf; in do_test_raw() local[all …]