Home
last modified time | relevance | path

Searched refs:str_has_sfx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/lib/bpf/
Dlibbpf_internal.h107 static inline bool str_has_sfx(const char *str, const char *sfx) in str_has_sfx() function
Dlibbpf.c11209 if (str_has_sfx(file, ".so") || strstr(file, ".so.")) { in resolve_full_path()