Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Drelo_core.c275 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
355 if (str_is_empty(name)) in bpf_core_parse_spec()
521 if (str_is_empty(targ_name)) { in bpf_core_match_member()
1196 type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_format_spec()
1327 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_calc_relo_insn()
1347 if (str_is_empty(local_name)) { in bpf_core_calc_relo_insn()
1447 if (str_is_empty(targ_n)) in bpf_core_names_match()
1448 return str_is_empty(local_n); in bpf_core_names_match()
H A Dlibbpf_internal.h611 static inline bool str_is_empty(const char *s) in str_is_empty() function
H A Dlibbpf.c3304 if (str_is_empty(sec_name)) in bpf_object__init_btf()
5611 if (str_is_empty(targ_name)) in bpf_core_add_cands()
5754 if (str_is_empty(local_name)) in bpf_core_find_cands()
5954 if (str_is_empty(sec_name)) { in bpf_object__relocate_core()
6705 if (str_is_empty(name)) { in bpf_prog_assign_exc_cb()
/linux-6.15/include/linux/
H A Dbtf.h297 static inline bool str_is_empty(const char *s) in str_is_empty() function
/linux-6.15/kernel/bpf/
H A Dbtf.c3453 if (str_is_empty(node_field_name)) in btf_find_graph_root()
6054 if (str_is_empty(tname)) { in btf_validate_prog_ctx_type()
9155 if (str_is_empty(name)) in bpf_core_find_cands()
9529 if (str_is_empty(param_name)) in btf_param_match_suffix()
H A Dverifier.c11908 if (str_is_empty(param_name)) in is_kfunc_arg_scalar_with_name()