Searched refs:next_str (Results 1 – 2 of 2) sorted by relevance
132 __u32 *next_str, *next_id; in test_btf_field_iter() local142 while ((next_str = btf_field_iter_next(&it_strs))) { in test_btf_field_iter()143 const char *str = btf__str_by_offset(btf, *next_str); in test_btf_field_iter()
4364 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local4387 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()4399 strs_idx[strs_cnt++] = next_str; in btf_raw_create()4400 next_str += strlen(next_str); in btf_raw_create()6582 const char *next_str = str + str_off; in patch_name_tbd() local6599 next_str = get_next_str(next_str, end_str); in patch_name_tbd()6600 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()6604 new_u32[i] = next_str - str; in patch_name_tbd()6605 next_str += strlen(next_str); in patch_name_tbd()