Searched refs:str_is_empty (Results 1 – 3 of 3) sorted by relevance
166 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()244 if (str_is_empty(name)) in bpf_core_parse_spec()411 if (str_is_empty(targ_name)) { in bpf_core_match_member()1060 libbpf_print(level, "[%u] %s %s", type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_dump_spec()1170 if (str_is_empty(spec_str)) in bpf_core_apply_relo_insn()1177 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_apply_relo_insn()1197 if (str_is_empty(spec_str)) { in bpf_core_apply_relo_insn()
486 static inline bool str_is_empty(const char *s) in str_is_empty() function
5112 if (str_is_empty(targ_name)) in bpf_core_add_cands()5250 if (str_is_empty(local_cand.name)) in bpf_core_find_cands()5496 if (str_is_empty(sec_name)) { in bpf_object__relocate_core()
Completed in 26 milliseconds