Home
last modified time | relevance | path

Searched refs:strs_idx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf.c3691 const char **strs_idx = NULL, **tmp_strs_idx; in btf_raw_create() local
3716 tmp_strs_idx = realloc(strs_idx, in btf_raw_create()
3717 sizeof(*strs_idx) * strs_cap); in btf_raw_create()
3723 strs_idx = tmp_strs_idx; in btf_raw_create()
3725 strs_idx[strs_cnt++] = next_str; in btf_raw_create()
3739 ret_types[i] = strs_idx[next_str_idx++] - str; in btf_raw_create()
3749 ret_types[i] = strs_idx[idx-1] - str; in btf_raw_create()
3767 next_str_idx < strs_cnt ? strs_idx[next_str_idx] : NULL; in btf_raw_create()
3773 if (strs_idx) in btf_raw_create()
3774 free(strs_idx); in btf_raw_create()