Searched refs:tmp_strs (Results 1 – 1 of 1) sorted by relevance
1615 char *p = start, *tmp_strs = NULL; in btf_dedup_strings() local1648 tmp_strs = malloc(d->btf->hdr->str_len); in btf_dedup_strings()1649 if (!tmp_strs) { in btf_dedup_strings()1667 p = tmp_strs; in btf_dedup_strings()1689 int new_off = p - tmp_strs; in btf_dedup_strings()1705 d->btf->hdr->str_len = p - tmp_strs; in btf_dedup_strings()1706 memmove(start, tmp_strs, d->btf->hdr->str_len); in btf_dedup_strings()1720 free(tmp_strs); in btf_dedup_strings()