Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c1440 typedef int (*str_off_fn_t)(__u32 *str_off_ptr, void *ctx);
1560 static int btf_str_mark_as_used(__u32 *str_off_ptr, void *ctx) in btf_str_mark_as_used() argument
1565 if (*str_off_ptr == 0) in btf_str_mark_as_used()
1569 s = bsearch(strs->data + *str_off_ptr, strs->ptrs, strs->cnt, in btf_str_mark_as_used()
1577 static int btf_str_remap_offset(__u32 *str_off_ptr, void *ctx) in btf_str_remap_offset() argument
1582 if (*str_off_ptr == 0) in btf_str_remap_offset()
1586 s = bsearch(strs->data + *str_off_ptr, strs->ptrs, strs->cnt, in btf_str_remap_offset()
1590 *str_off_ptr = s->new_off; in btf_str_remap_offset()