Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Drelo_core.c471 size_t local_essent_len, targ_essent_len; in bpf_core_spec_match() local
480 local_essent_len = bpf_core_essential_name_len(local_acc->name); in bpf_core_spec_match()
485 if (targ_essent_len != local_essent_len) in bpf_core_spec_match()
487 if (strncmp(local_acc->name, targ_name, local_essent_len) == 0) { in bpf_core_spec_match()
Dlibbpf.c4803 size_t local_essent_len, in bpf_core_add_cands() argument
4826 if (targ_essent_len != local_essent_len) in bpf_core_add_cands()
4829 if (strncmp(local_cand->name, targ_name, local_essent_len) != 0) in bpf_core_add_cands()
4951 size_t local_essent_len; in bpf_core_find_cands() local
4962 local_essent_len = bpf_core_essential_name_len(local_cand.name); in bpf_core_find_cands()
4970 err = bpf_core_add_cands(&local_cand, local_essent_len, main_btf, "vmlinux", 1, cands); in bpf_core_find_cands()
4988 err = bpf_core_add_cands(&local_cand, local_essent_len, in bpf_core_find_cands()