Searched refs:btf_for_each_str_off (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 3026 static int btf_for_each_str_off(struct btf_dedup *d, str_off_fn_t fn, void *ctx) in btf_for_each_str_off() function 3232 err = btf_for_each_str_off(d, btf_str_mark_as_used, &strs); in btf_dedup_strings() 3289 err = btf_for_each_str_off(d, btf_str_remap_offset, &strs); in btf_dedup_strings()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 3276 static int btf_for_each_str_off(struct btf_dedup *d, str_off_visit_fn fn, void *ctx) in btf_for_each_str_off() function 3362 err = btf_for_each_str_off(d, strs_dedup_remap_str_off, d); in btf_dedup_strings()
|
Completed in 12 milliseconds