Searched refs:strs_end (Results 1 – 1 of 1) sorted by relevance
1399 void *hdr, *types, *strs, *strs_end, *s; in btf_ensure_modifiable() local1429 strs_end = strs + btf->hdr->str_len; in btf_ensure_modifiable()1430 for (off = 0, s = strs; s < strs_end; off += strlen(s) + 1, s = strs + off) { in btf_ensure_modifiable()