Home
last modified time | relevance | path

Searched refs:LDFLAGS_vmlinux (Results 1 – 24 of 24) sorted by relevance

/arch/unicore32/boot/compressed/
DMakefile45 LDFLAGS_vmlinux += -p
47 LDFLAGS_vmlinux += --no-undefined
49 LDFLAGS_vmlinux += -X
51 LDFLAGS_vmlinux += -T
/arch/arm/boot/compressed/
DMakefile129 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
132 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
135 LDFLAGS_vmlinux += --be8
138 LDFLAGS_vmlinux += --no-undefined
140 LDFLAGS_vmlinux += -X
142 LDFLAGS_vmlinux += -T
/arch/sh/
DMakefile113 LDFLAGS_vmlinux += -e _stext
117 LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
124 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd)
128 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
/arch/arm64/
DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X macro
21 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
29 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/arch/nios2/boot/compressed/
DMakefile11 LDFLAGS_vmlinux := -T macro
/arch/riscv/
DMakefile12 LDFLAGS_vmlinux := macro
14 LDFLAGS_vmlinux := --no-relax macro
/arch/hexagon/
DMakefile8 LDFLAGS_vmlinux += -G0
/arch/xtensa/boot/boot-elf/
DMakefile28 $(Q)$(LD) $(KBUILD_LDFLAGS) $(LDFLAGS_vmlinux) \
/arch/sh/boot/romimage/
DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/arch/unicore32/
DMakefile19 LDFLAGS_vmlinux := -p --no-undefined -X macro
/arch/powerpc/
DMakefile107 LDFLAGS_vmlinux-y := -Bstatic
108 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
109 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
110 LDFLAGS_vmlinux += $(call ld-option,--orphan-handling=warn)
/arch/h8300/boot/compressed/
DMakefile22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/arch/nds32/
DMakefile2 LDFLAGS_vmlinux := --no-undefined -X macro
/arch/sh/boot/compressed/
DMakefile36 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/arch/ia64/
DMakefile22 LDFLAGS_vmlinux := -static macro
/arch/s390/boot/compressed/
DMakefile24 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
/arch/um/
DMakefile147 export LDFLAGS_vmlinux := $(LDFLAGS_EXECSTACK) macro
/arch/parisc/boot/compressed/
DMakefile27 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/arch/arm/
DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer macro
15 LDFLAGS_vmlinux += --be8
/arch/s390/
DMakefile21 LDFLAGS_vmlinux := -pie macro
/arch/x86/boot/compressed/
DMakefile64 LDFLAGS_vmlinux := -T macro
/arch/mips/
DMakefile97 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
102 LDFLAGS_vmlinux += --emit-relocs
/arch/x86/
DMakefile52 LDFLAGS_vmlinux := --emit-relocs --discard-none macro