Home
last modified time | relevance | path

Searched refs:local_n (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Drelo_core.c1425 const char *local_n, *targ_n; in bpf_core_names_match() local
1428 local_n = btf__name_by_offset(local_btf, local_name_off); in bpf_core_names_match()
1432 return str_is_empty(local_n); in bpf_core_names_match()
1435 local_len = bpf_core_essential_name_len(local_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()

Completed in 3 milliseconds