/Linux-v5.4/arch/unicore32/boot/compressed/ |
D | Makefile | 45 LDFLAGS_vmlinux += -p 47 LDFLAGS_vmlinux += --no-undefined 49 LDFLAGS_vmlinux += -X 51 LDFLAGS_vmlinux += -T
|
/Linux-v5.4/arch/arm/boot/compressed/ |
D | Makefile | 127 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro 130 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 133 LDFLAGS_vmlinux += --be8 136 LDFLAGS_vmlinux += --no-undefined 138 LDFLAGS_vmlinux += -X 140 LDFLAGS_vmlinux += -T
|
/Linux-v5.4/arch/arm64/ |
D | Makefile | 13 LDFLAGS_vmlinux :=--no-undefined -X macro 21 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext -z norelro \ 29 LDFLAGS_vmlinux += --fix-cortex-a53-843419
|
/Linux-v5.4/arch/sh/ |
D | Makefile | 113 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)
|
/Linux-v5.4/arch/riscv/ |
D | Makefile | 12 LDFLAGS_vmlinux := macro 14 LDFLAGS_vmlinux := --no-relax macro
|
/Linux-v5.4/arch/powerpc/ |
D | Makefile | 122 LDFLAGS_vmlinux-y := -Bstatic 123 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie 124 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro 125 LDFLAGS_vmlinux += $(call ld-option,--orphan-handling=warn)
|
/Linux-v5.4/arch/nios2/boot/compressed/ |
D | Makefile | 11 LDFLAGS_vmlinux := -T macro
|
/Linux-v5.4/arch/hexagon/ |
D | Makefile | 8 LDFLAGS_vmlinux += -G0
|
/Linux-v5.4/arch/xtensa/boot/boot-elf/ |
D | Makefile | 28 $(Q)$(LD) $(KBUILD_LDFLAGS) $(LDFLAGS_vmlinux) \
|
/Linux-v5.4/arch/sh/boot/romimage/ |
D | Makefile | 16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
|
/Linux-v5.4/arch/unicore32/ |
D | Makefile | 19 LDFLAGS_vmlinux := -p --no-undefined -X macro
|
/Linux-v5.4/arch/h8300/boot/compressed/ |
D | Makefile | 22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
|
/Linux-v5.4/arch/alpha/ |
D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax macro
|
/Linux-v5.4/arch/nds32/ |
D | Makefile | 2 LDFLAGS_vmlinux := --no-undefined -X macro
|
/Linux-v5.4/arch/sh/boot/compressed/ |
D | Makefile | 36 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
|
/Linux-v5.4/arch/ia64/ |
D | Makefile | 22 LDFLAGS_vmlinux := -static macro
|
/Linux-v5.4/ |
D | Makefile | 438 LDFLAGS_vmlinux = macro 842 LDFLAGS_vmlinux += --gc-sections 910 LDFLAGS_vmlinux += --build-id 913 LDFLAGS_vmlinux += $(call ld-option, -X,) 917 LDFLAGS_vmlinux += --pack-dyn-relocs=relr 1042 export LDFLAGS_vmlinux 1073 $(CONFIG_SHELL) $< $(LD) $(KBUILD_LDFLAGS) $(LDFLAGS_vmlinux) ; \
|
/Linux-v5.4/arch/s390/boot/compressed/ |
D | Makefile | 24 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
|
/Linux-v5.4/scripts/ |
D | link-vmlinux.sh | 81 ${LD} ${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux} \
|
/Linux-v5.4/arch/parisc/boot/compressed/ |
D | Makefile | 27 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
|
/Linux-v5.4/arch/arm/ |
D | Makefile | 13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer macro 15 LDFLAGS_vmlinux += --be8
|
/Linux-v5.4/arch/s390/ |
D | Makefile | 21 LDFLAGS_vmlinux := -pie macro
|
/Linux-v5.4/arch/x86/boot/compressed/ |
D | Makefile | 58 LDFLAGS_vmlinux := -T macro
|
/Linux-v5.4/arch/mips/ |
D | Makefile | 97 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib 102 LDFLAGS_vmlinux += --emit-relocs
|
/Linux-v5.4/arch/x86/ |
D | Makefile | 51 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
|