Home
last modified time | relevance | path

Searched refs:str_has_suffix (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dgen.c36 static bool str_has_suffix(const char *str, const char *suffix) in str_has_suffix() function
56 if (str_has_suffix(name, ".o")) in get_obj_name()
77 if (str_has_suffix(name, ".data")) in get_map_ident()
79 else if (str_has_suffix(name, ".rodata")) in get_map_ident()
81 else if (str_has_suffix(name, ".bss")) in get_map_ident()
83 else if (str_has_suffix(name, ".kconfig")) in get_map_ident()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c42 static bool str_has_suffix(const char *str, const char *suffix) in str_has_suffix() function
62 if (str_has_suffix(name, ".o")) in get_obj_name()

Completed in 4 milliseconds