Searched refs:tmp_strs (Results 1 – 1 of 1) sorted by relevance
1610 char *p = start, *tmp_strs = NULL; in btf_dedup_strings() local1643 tmp_strs = malloc(d->btf->hdr->str_len); in btf_dedup_strings()1644 if (!tmp_strs) { in btf_dedup_strings()1662 p = tmp_strs; in btf_dedup_strings()1684 int new_off = p - tmp_strs; in btf_dedup_strings()1700 d->btf->hdr->str_len = p - tmp_strs; in btf_dedup_strings()1701 memmove(start, tmp_strs, d->btf->hdr->str_len); in btf_dedup_strings()1715 free(tmp_strs); in btf_dedup_strings()