Searched refs:vmlinux_suffixes (Results 1 – 2 of 2) sorted by relevance
79 static const char *vmlinux_suffixes[] = variable131 i < sizeof vmlinux_suffixes / sizeof vmlinux_suffixes[0]; in try_kernel_name()135 if (asprintf (&zname, "%s%s", *fname, vmlinux_suffixes[i]) > 0) in try_kernel_name()
335 * linux-kernel-modules.c (vmlinux_suffixes): We always have at least1642 * linux-kernel-modules.c (vmlinux_suffixes): Guard definition1644 (try_kernel_name): Use same guard for use of vmlinux_suffixes.