Searched refs:strs_idx (Results 1 – 1 of 1) sorted by relevance
3540 const char **strs_idx = NULL, **tmp_strs_idx; in btf_raw_create() local3565 tmp_strs_idx = realloc(strs_idx, in btf_raw_create()3566 sizeof(*strs_idx) * strs_cap); in btf_raw_create()3572 strs_idx = tmp_strs_idx; in btf_raw_create()3574 strs_idx[strs_cnt++] = next_str; in btf_raw_create()3588 ret_types[i] = strs_idx[next_str_idx++] - str; in btf_raw_create()3598 ret_types[i] = strs_idx[idx-1] - str; in btf_raw_create()3616 next_str_idx < strs_cnt ? strs_idx[next_str_idx] : NULL; in btf_raw_create()3622 if (strs_idx) in btf_raw_create()3623 free(strs_idx); in btf_raw_create()