Home
last modified time | relevance | path

Searched refs:new_ptrs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/lib/bpf/
Dbtf.c1628 struct btf_str_ptr *new_ptrs; in btf_dedup_strings() local
1631 new_ptrs = realloc(strs.ptrs, in btf_dedup_strings()
1633 if (!new_ptrs) { in btf_dedup_strings()
1637 strs.ptrs = new_ptrs; in btf_dedup_strings()