Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf.c3010 typedef int (*str_off_fn_t)(__u32 *str_off_ptr, void *ctx);
3130 static int btf_str_mark_as_used(__u32 *str_off_ptr, void *ctx) in btf_str_mark_as_used() argument
3135 if (*str_off_ptr == 0) in btf_str_mark_as_used()
3139 s = bsearch(strs->data + *str_off_ptr, strs->ptrs, strs->cnt, in btf_str_mark_as_used()
3147 static int btf_str_remap_offset(__u32 *str_off_ptr, void *ctx) in btf_str_remap_offset() argument
3152 if (*str_off_ptr == 0) in btf_str_remap_offset()
3156 s = bsearch(strs->data + *str_off_ptr, strs->ptrs, strs->cnt, in btf_str_remap_offset()
3160 *str_off_ptr = s->new_off; in btf_str_remap_offset()