Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_btf.c3535 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local
3558 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()
3570 strs_idx[strs_cnt++] = next_str; in btf_raw_create()
3571 next_str += strlen(next_str); in btf_raw_create()
5811 const char *next_str = str + str_off; in patch_name_tbd() local
5828 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
5829 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()
5833 new_u32[i] = next_str - str; in patch_name_tbd()
5834 next_str += strlen(next_str); in patch_name_tbd()