Lines Matching refs:start
241 const char *start = btf->strs_data;
242 const char *end = start + btf->hdr->str_len;
245 start[0] || end[-1]) {
962 /* rewind to the start */
1255 * let's start with a sane default - 4KiB here - and resize it only if
1754 /* start out with vlen=0 and no kflag; this will be adjusted when
1810 * - *bit_offset* - bit offset of the start of the field within struct/union;
1907 /* start out with vlen=0; it will be adjusted when adding enum values */
2119 /* start out with vlen=0; this will be adjusted when adding enum
2275 /* start with vlen=0, which will be update as var_secinfos are added */
2352 /* The start of the info sec (including the __u32 record_size). */
3187 char *start = d->btf->strs_data;
3188 char *end = start + d->btf->hdr->str_len;
3189 char *p = start, *tmp_strs = NULL;
3194 .data = start,
3282 memmove(start, tmp_strs, d->btf->hdr->str_len);
3283 end = start + d->btf->hdr->str_len;
3293 d->btf->hdr->str_len = end - start;