Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c3539 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local
3562 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()
3574 strs_idx[strs_cnt++] = next_str; in btf_raw_create()
3575 next_str += strlen(next_str); in btf_raw_create()
5756 const char *next_str = str + str_off; in patch_name_tbd() local
5773 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
5774 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()
5778 new_u32[i] = next_str - str; in patch_name_tbd()
5779 next_str += strlen(next_str); in patch_name_tbd()