Lines Matching defs:vmlinux
491 * type_show() functions across vmlinux.o each see only one candidate after
872 bool vmlinux = str_ends_with(objname, "vmlinux.o");
880 if (vmlinux && is_func_sym(sym)) {
883 * vmlinux.o and vmlinux due to the linker script emitting
1213 * If exported by vmlinux, a normal reloc will do.
1217 return strcmp(export->mod, "vmlinux");
1232 /* Unexported symbol which lives in the original vmlinux or module. */
1811 /* vmlinux keys are ok */
1812 if (!strcmp(sym_modname, "vmlinux"))
1962 if (strcmp(modname, "vmlinux")) {