/linux-4.4.14/arch/arm/boot/compressed/ |
D | Makefile | 115 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro 118 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 121 LDFLAGS_vmlinux += --be8 124 LDFLAGS_vmlinux += -p 126 LDFLAGS_vmlinux += --no-undefined 128 LDFLAGS_vmlinux += -X 130 LDFLAGS_vmlinux += -T
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
D | Makefile | 45 LDFLAGS_vmlinux += -p 47 LDFLAGS_vmlinux += --no-undefined 49 LDFLAGS_vmlinux += -X 51 LDFLAGS_vmlinux += -T
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 105 LDFLAGS_vmlinux += -e _stext 110 LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \ 118 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd) 122 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
D | Makefile | 10 LDFLAGS_vmlinux := -T macro
|
/linux-4.4.14/arch/score/ |
D | Makefile | 26 LDFLAGS_vmlinux += -G0 -static -nostdlib
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 99 LDFLAGS_vmlinux-y := -Bstatic 100 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie 101 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
D | Makefile | 7 LDFLAGS_vmlinux := -Ttext $(CONFIG_KERNEL_ZIMAGE_BASE_ADDRESS) -e startup_32 macro
|
/linux-4.4.14/arch/hexagon/ |
D | Makefile | 7 LDFLAGS_vmlinux += -G0
|
/linux-4.4.14/arch/xtensa/boot/boot-elf/ |
D | Makefile | 28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
|
/linux-4.4.14/arch/openrisc/ |
D | Makefile | 24 LDFLAGS_vmlinux := macro
|
/linux-4.4.14/arch/sh/boot/romimage/ |
D | Makefile | 15 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
|
/linux-4.4.14/arch/unicore32/ |
D | Makefile | 19 LDFLAGS_vmlinux := -p --no-undefined -X macro
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | Makefile | 21 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
|
/linux-4.4.14/arch/m32r/ |
D | Makefile | 12 LDFLAGS_vmlinux := macro
|
/linux-4.4.14/arch/alpha/ |
D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax macro
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | Makefile | 18 LDFLAGS_vmlinux := -T macro
|
/linux-4.4.14/arch/metag/ |
D | Makefile | 41 LDFLAGS_vmlinux := $(ldflags-y) macro
|
/linux-4.4.14/scripts/ |
D | link-vmlinux.sh | 56 ${LD} ${LDFLAGS} ${LDFLAGS_vmlinux} -o ${2} \
|
/linux-4.4.14/arch/avr32/ |
D | Makefile | 17 LDFLAGS_vmlinux += --relax
|
/linux-4.4.14/arch/arm64/ |
D | Makefile | 13 LDFLAGS_vmlinux :=-p --no-undefined -X macro
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | Makefile | 35 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | Makefile | 22 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 24 LDFLAGS_vmlinux := -static macro
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | Makefile | 38 LDFLAGS_vmlinux := -T macro
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 16 LDFLAGS_vmlinux :=-p --no-undefined -X --pic-veneer macro 18 LDFLAGS_vmlinux += --be8
|
/linux-4.4.14/arch/blackfin/ |
D | Makefile | 12 LDFLAGS_vmlinux := -X macro
|
/linux-4.4.14/ |
D | Makefile | 793 LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID) 796 LDFLAGS_vmlinux += $(call ld-option, -X,) 905 export LDFLAGS_vmlinux 912 cmd_link-vmlinux = $(CONFIG_SHELL) $< $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux)
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 39 LDFLAGS_vmlinux := --emit-relocs macro
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 92 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 53 LDFLAGS_vmlinux
|
D | makefiles.txt | 596 LDFLAGS_vmlinux += $(call ld-option, -X) 855 LDFLAGS_vmlinux Options for $(LD) when linking vmlinux 857 LDFLAGS_vmlinux is used to specify additional flags to pass to 859 LDFLAGS_vmlinux uses the LDFLAGS_$@ support. 863 LDFLAGS_vmlinux := -e stext
|