Home | History | Annotate | Download | only in tools

Lines Matching refs:vmlinux

4527 		if ($realfile !~ m@/vmlinux.lds.h$@ &&
4638 $realfile !~ m@/vmlinux.lds.h$@ &&
4691 if ($realfile eq 'vmlinux.lds.h' && $line =~ /(?:(?:^|\s)$Ident\s*=|=\s*$Ident(?:\s|$))/) {
4693 "vmlinux.lds.h needs VMLINUX_SYMBOL() around C-visible symbols\n" . $herecurr);