Searched refs:tmp_strs_idx (Results 1 – 1 of 1) sorted by relevance
3536 const char **strs_idx = NULL, **tmp_strs_idx; in btf_raw_create() local3561 tmp_strs_idx = realloc(strs_idx, in btf_raw_create()3563 if (CHECK(!tmp_strs_idx, in btf_raw_create()3568 strs_idx = tmp_strs_idx; in btf_raw_create()