strs_idx 3536 tools/testing/selftests/bpf/test_btf.c const char **strs_idx = NULL, **tmp_strs_idx; strs_idx 3561 tools/testing/selftests/bpf/test_btf.c tmp_strs_idx = realloc(strs_idx, strs_idx 3562 tools/testing/selftests/bpf/test_btf.c sizeof(*strs_idx) * strs_cap); strs_idx 3568 tools/testing/selftests/bpf/test_btf.c strs_idx = tmp_strs_idx; strs_idx 3570 tools/testing/selftests/bpf/test_btf.c strs_idx[strs_cnt++] = next_str; strs_idx 3584 tools/testing/selftests/bpf/test_btf.c ret_types[i] = strs_idx[next_str_idx++] - str; strs_idx 3594 tools/testing/selftests/bpf/test_btf.c ret_types[i] = strs_idx[idx-1] - str; strs_idx 3612 tools/testing/selftests/bpf/test_btf.c next_str_idx < strs_cnt ? strs_idx[next_str_idx] : NULL; strs_idx 3618 tools/testing/selftests/bpf/test_btf.c if (strs_idx) strs_idx 3619 tools/testing/selftests/bpf/test_btf.c free(strs_idx);