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

/linux-master/tools/lib/bpf/
H A Drelo_core.c275 if (str_is_empty(spec_str) || *spec_str == ':')
355 if (str_is_empty(name))
521 if (str_is_empty(targ_name)) {
1180 type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s);
1311 str_is_empty(local_name) ? "<anon>" : local_name,
1331 if (str_is_empty(local_name)) {
1431 if (str_is_empty(targ_n))
1432 return str_is_empty(local_n);
H A Dlibbpf_internal.h561 static inline bool str_is_empty(const char *s) function
H A Dlibbpf.c3195 if (str_is_empty(sec_name))
5463 if (str_is_empty(targ_name))
5606 if (str_is_empty(local_name))
5806 if (str_is_empty(sec_name)) {
6557 if (str_is_empty(name)) {
/linux-master/include/linux/
H A Dbtf.h290 static inline bool str_is_empty(const char *s) function
/linux-master/kernel/bpf/
H A Dbtf.c3429 if (str_is_empty(node_field_name))
5834 if (str_is_empty(tname)) {
8621 if (str_is_empty(name))
8986 if (str_is_empty(param_name))
H A Dverifier.c10825 if (str_is_empty(param_name))

Completed in 314 milliseconds