Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c3540 const char **strs_idx = NULL, **tmp_strs_idx; in btf_raw_create() local
3565 tmp_strs_idx = realloc(strs_idx, in btf_raw_create()
3567 if (CHECK(!tmp_strs_idx, in btf_raw_create()
3572 strs_idx = tmp_strs_idx; in btf_raw_create()