Home
last modified time | relevance | path

Searched defs:LDFLAGS_vmlinux (Results 1 – 12 of 12) sorted by relevance

/linux/arch/nios2/boot/compressed/
H A DMakefile11 LDFLAGS_vmlinux := -T macro
/linux/arch/sh/boot/romimage/
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux/arch/sh/boot/compressed/
H A DMakefile30 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux/arch/parisc/boot/compressed/
H A DMakefile23 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/linux/arch/s390/
H A DMakefile18 LDFLAGS_vmlinux := $(call ld-option,-no-pie) macro
/linux/arch/arm64/
H A DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X --pic-veneer macro
/linux/arch/m68k/
H A DMakefile77 LDFLAGS_vmlinux = -N macro
/linux/arch/riscv/
H A DMakefile9 LDFLAGS_vmlinux := -z norelro macro
/linux/arch/powerpc/
H A DMakefile106 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/linux/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
/linux/
H A DMakefile557 LDFLAGS_vmlinux = macro
1234 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro