Lines Matching refs:str_is_empty
4395 static bool str_is_empty(const char *s) in str_is_empty() function
4523 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()
4601 if (str_is_empty(name)) in bpf_core_parse_spec()
4693 if (str_is_empty(local_name)) in bpf_core_find_cands()
4708 if (str_is_empty(targ_name)) in bpf_core_find_cands()
4861 if (str_is_empty(targ_name)) { in bpf_core_match_member()
5622 libbpf_print(level, "[%u] %s %s", type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_dump_spec()
5749 if (str_is_empty(spec_str)) in bpf_core_apply_relo()
5756 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_apply_relo()
5776 if (str_is_empty(spec_str)) { in bpf_core_apply_relo()
5924 if (str_is_empty(sec_name)) { in bpf_object__relocate_core()