Lines Matching refs:str_is_empty
4336 static bool str_is_empty(const char *s) in str_is_empty() function
4464 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
4542 if (str_is_empty(name)) in bpf_core_parse_spec()
4634 if (str_is_empty(local_name)) in bpf_core_find_cands()
4649 if (str_is_empty(targ_name)) in bpf_core_find_cands()
4802 if (str_is_empty(targ_name)) { in bpf_core_match_member()
5563 libbpf_print(level, "[%u] %s %s", type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_dump_spec()
5690 if (str_is_empty(spec_str)) in bpf_core_apply_relo()
5697 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_apply_relo()
5717 if (str_is_empty(spec_str)) { in bpf_core_apply_relo()
5865 if (str_is_empty(sec_name)) { in bpf_object__relocate_core()