Searched refs:next_str (Results 1 – 1 of 1) sorted by relevance
1401 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local1425 next_str = get_next_str(next_str, end_str); in btf_raw_create()1426 if (CHECK(!next_str, "Error in getting next_str")) { in btf_raw_create()1430 ret_types[i] = next_str - str; in btf_raw_create()1431 next_str += strlen(next_str); in btf_raw_create()