Searched refs:tmp_strs (Results 1 – 1 of 1) sorted by relevance
3179 char *p = start, *tmp_strs = NULL; in btf_dedup_strings() local3214 tmp_strs = malloc(d->btf->hdr->str_len); in btf_dedup_strings()3215 if (!tmp_strs) { in btf_dedup_strings()3233 p = tmp_strs; in btf_dedup_strings()3255 int new_off = p - tmp_strs; in btf_dedup_strings()3271 d->btf->hdr->str_len = p - tmp_strs; in btf_dedup_strings()3272 memmove(start, tmp_strs, d->btf->hdr->str_len); in btf_dedup_strings()3287 free(tmp_strs); in btf_dedup_strings()