Searched refs:local_essent_len (Results 1 - 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
H A D | relo_core.c | 587 size_t local_essent_len, targ_essent_len; in bpf_core_spec_match() local 595 local_essent_len = bpf_core_essential_name_len(local_acc->name); in bpf_core_spec_match() 605 if (targ_essent_len != local_essent_len) in bpf_core_spec_match() 607 if (strncmp(local_acc->name, targ_name, local_essent_len) == 0) { in bpf_core_spec_match()
|
H A D | libbpf_internal.h | 632 size_t local_essent_len,
|
H A D | libbpf.c | 5859 size_t local_essent_len, 5885 if (targ_essent_len != local_essent_len) 5888 if (strncmp(local_name, targ_name, local_essent_len) != 0) 6014 size_t local_essent_len; local 6026 local_essent_len = bpf_core_essential_name_len(local_name); 6034 err = bpf_core_add_cands(&local_cand, local_essent_len, main_btf, "vmlinux", 1, cands); 6052 err = bpf_core_add_cands(&local_cand, local_essent_len, 5858 bpf_core_add_cands(struct bpf_core_cand *local_cand, size_t local_essent_len, const struct btf *targ_btf, const char *targ_btf_name, int targ_start_id, struct bpf_core_cand_list *cands) global() argument
|
Completed in 22 milliseconds