| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | Makefile | 121 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro 124 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 127 LDFLAGS_vmlinux += --be8 130 LDFLAGS_vmlinux += --no-undefined 132 LDFLAGS_vmlinux += -X 135 LDFLAGS_vmlinux += --orphan-handling=warn 138 LDFLAGS_vmlinux += -T
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | Makefile | 67 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro 69 LDFLAGS_vmlinux += --orphan-handling=warn 71 LDFLAGS_vmlinux += -z noexecstack 72 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments) 73 LDFLAGS_vmlinux += -T
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Makefile | 13 LDFLAGS_vmlinux :=--no-undefined -X macro 19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \ 27 LDFLAGS_vmlinux += --fix-cortex-a53-843419
|
| /OK3568_Linux_fs/kernel/arch/sh/ |
| H A D | Makefile | 103 LDFLAGS_vmlinux += -e _stext 107 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd) 111 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
|
| /OK3568_Linux_fs/kernel/arch/riscv/ |
| H A D | Makefile | 12 LDFLAGS_vmlinux := macro 14 LDFLAGS_vmlinux := --no-relax macro
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Makefile | 212 LDFLAGS_vmlinux := --emit-relocs --discard-none macro 214 LDFLAGS_vmlinux := macro 223 LDFLAGS_vmlinux += -z max-page-size=0x200000
|
| /OK3568_Linux_fs/kernel/arch/powerpc/ |
| H A D | Makefile | 106 LDFLAGS_vmlinux-y := -Bstatic 107 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie 108 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/ |
| H A D | Makefile | 11 LDFLAGS_vmlinux := -T macro
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | link-vmlinux.sh | 35 LDFLAGS_vmlinux="$3" 193 ${LD} ${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux} \
|
| /OK3568_Linux_fs/kernel/arch/hexagon/ |
| H A D | Makefile | 8 LDFLAGS_vmlinux += -G0
|
| /OK3568_Linux_fs/kernel/arch/sh/boot/romimage/ |
| H A D | Makefile | 16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/boot/compressed/ |
| H A D | Makefile | 22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/ |
| H A D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax macro
|
| /OK3568_Linux_fs/kernel/arch/nds32/ |
| H A D | Makefile | 2 LDFLAGS_vmlinux := --no-undefined -X macro
|
| /OK3568_Linux_fs/kernel/arch/sh/boot/compressed/ |
| H A D | Makefile | 33 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/ |
| H A D | Makefile | 22 LDFLAGS_vmlinux := -static macro
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Makefile | 13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer macro 15 LDFLAGS_vmlinux += --be8
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/compressed/ |
| H A D | Makefile | 24 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
|
| /OK3568_Linux_fs/kernel/arch/um/ |
| H A D | Makefile | 145 export LDFLAGS_vmlinux := $(LDFLAGS_EXECSTACK) macro
|
| /OK3568_Linux_fs/kernel/ |
| H A D | Makefile | 501 LDFLAGS_vmlinux = macro 937 LDFLAGS_vmlinux += --gc-sections 1062 LDFLAGS_vmlinux += --build-id=sha1 1068 LDFLAGS_vmlinux += $(call ld-option, -X,) 1072 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags 1078 LDFLAGS_vmlinux += --orphan-handling=warn
|
| H A D | Makefile-bak | 501 LDFLAGS_vmlinux = 938 LDFLAGS_vmlinux += --gc-sections 1063 LDFLAGS_vmlinux += --build-id=sha1 1069 LDFLAGS_vmlinux += $(call ld-option, -X,) 1073 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags 1079 LDFLAGS_vmlinux += --orphan-handling=warn 1300 $(CONFIG_SHELL) $< "$(LD)" "$(KBUILD_LDFLAGS)" "$(LDFLAGS_vmlinux)"; \
|
| /OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/ |
| H A D | Makefile | 28 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile | 100 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib 105 LDFLAGS_vmlinux += --emit-relocs
|
| /OK3568_Linux_fs/kernel/arch/s390/ |
| H A D | Makefile | 21 LDFLAGS_vmlinux := -pie macro
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | makefiles.rst | 607 LDFLAGS_vmlinux += $(call ld-option, -X) 992 LDFLAGS_vmlinux 995 LDFLAGS_vmlinux is used to specify additional flags to pass to 997 LDFLAGS_vmlinux uses the LDFLAGS_$@ support. 1002 LDFLAGS_vmlinux := -e stext
|