Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Drelo_core.c1425 const char *local_n, *targ_n; in bpf_core_names_match() local
1429 targ_n = btf__name_by_offset(targ_btf, targ_name_off); in bpf_core_names_match()
1431 if (str_is_empty(targ_n)) in bpf_core_names_match()
1434 targ_len = bpf_core_essential_name_len(targ_n); in bpf_core_names_match()
1437 return targ_len == local_len && strncmp(local_n, targ_n, local_len) == 0; in bpf_core_names_match()