Symbol: str_ends_with
scripts/basic/fixdep.c
203
if (str_ends_with(p, q - p, "_MODULE"))
scripts/basic/fixdep.c
244
return str_ends_with(s, len, "include/generated/autoconf.h");
scripts/basic/fixdep.c
251
return str_ends_with(s, len, ".rlib") ||
scripts/basic/fixdep.c
252
str_ends_with(s, len, ".rmeta") ||
scripts/basic/fixdep.c
253
str_ends_with(s, len, ".so");
tools/objtool/check.c
195
return str_ends_with(func->name, "_4core3num20from_str_radix_panic") ||
tools/objtool/check.c
196
str_ends_with(func->name, "_4core3num22from_ascii_radix_panic") ||
tools/objtool/check.c
197
str_ends_with(func->name, "_4core5sliceSp15copy_from_slice17len_mismatch_fail") ||
tools/objtool/check.c
198
str_ends_with(func->name, "_4core6option13expect_failed") ||
tools/objtool/check.c
199
str_ends_with(func->name, "_4core6option13unwrap_failed") ||
tools/objtool/check.c
200
str_ends_with(func->name, "_4core6result13unwrap_failed") ||
tools/objtool/check.c
201
str_ends_with(func->name, "_4core9panicking5panic") ||
tools/objtool/check.c
202
str_ends_with(func->name, "_4core9panicking9panic_fmt") ||
tools/objtool/check.c
203
str_ends_with(func->name, "_4core9panicking14panic_explicit") ||
tools/objtool/check.c
204
str_ends_with(func->name, "_4core9panicking14panic_nounwind") ||
tools/objtool/check.c
205
str_ends_with(func->name, "_4core9panicking18panic_bounds_check") ||
tools/objtool/check.c
206
str_ends_with(func->name, "_4core9panicking18panic_nounwind_fmt") ||
tools/objtool/check.c
207
str_ends_with(func->name, "_4core9panicking19assert_failed_inner") ||
tools/objtool/check.c
208
str_ends_with(func->name, "_4core9panicking30panic_null_pointer_dereference") ||
tools/objtool/check.c
209
str_ends_with(func->name, "_4core9panicking32panic_null_reference_constructed") ||
tools/objtool/check.c
210
str_ends_with(func->name, "_4core9panicking36panic_misaligned_pointer_dereference") ||
tools/objtool/check.c
211
str_ends_with(func->name, "_7___rustc17rust_begin_unwind") ||
tools/objtool/check.c
216
str_ends_with(func->name, "_fail"));
tools/objtool/klp-diff.c
872
bool vmlinux = str_ends_with(objname, "vmlinux.o");
tools/perf/util/env.c
353
if (str_ends_with(arch, "_be") || !strcmp(arch, "sparc") || !strcmp(arch, "sparc64") ||