/Linux-v6.1/arch/arm/boot/compressed/ |
D | Makefile | 112 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro 115 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 118 LDFLAGS_vmlinux += --be8 121 LDFLAGS_vmlinux += --no-undefined 123 LDFLAGS_vmlinux += -X 126 LDFLAGS_vmlinux += --orphan-handling=warn 129 LDFLAGS_vmlinux += -T
|
/Linux-v6.1/arch/x86/boot/compressed/ |
D | Makefile | 69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro 71 LDFLAGS_vmlinux += --orphan-handling=warn 73 LDFLAGS_vmlinux += -z noexecstack 75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments) 77 LDFLAGS_vmlinux += -T
|
/Linux-v6.1/arch/arm64/ |
D | Makefile | 13 LDFLAGS_vmlinux :=--no-undefined -X macro 19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \ 25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
|
/Linux-v6.1/arch/powerpc/ |
D | Makefile | 104 LDFLAGS_vmlinux-y := -Bstatic 105 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie 106 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext 107 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
|
/Linux-v6.1/arch/sh/ |
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)
|
/Linux-v6.1/scripts/ |
D | link-vmlinux.sh | 33 LDFLAGS_vmlinux="$3" 86 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
|
/Linux-v6.1/arch/x86/ |
D | Makefile | 220 LDFLAGS_vmlinux := --emit-relocs --discard-none macro 222 LDFLAGS_vmlinux := macro 231 LDFLAGS_vmlinux += -z max-page-size=0x200000
|
/Linux-v6.1/arch/hexagon/ |
D | Makefile | 8 LDFLAGS_vmlinux += -G0
|
/Linux-v6.1/arch/nios2/boot/compressed/ |
D | Makefile | 11 LDFLAGS_vmlinux := -T macro
|
/Linux-v6.1/arch/sh/boot/romimage/ |
D | Makefile | 16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
|
/Linux-v6.1/arch/riscv/ |
D | Makefile | 10 LDFLAGS_vmlinux := macro 12 LDFLAGS_vmlinux := --no-relax macro
|
/Linux-v6.1/arch/alpha/ |
D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax macro
|
/Linux-v6.1/arch/s390/boot/ |
D | Makefile | 74 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup --build-id=sha1 -T macro 78 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T
|
/Linux-v6.1/arch/sh/boot/compressed/ |
D | Makefile | 39 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
|
/Linux-v6.1/arch/ia64/ |
D | Makefile | 21 LDFLAGS_vmlinux := -static macro
|
/Linux-v6.1/arch/arm/ |
D | Makefile | 13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro 15 LDFLAGS_vmlinux += --be8
|
/Linux-v6.1/arch/parisc/boot/compressed/ |
D | Makefile | 26 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
|
/Linux-v6.1/arch/um/ |
D | Makefile | 146 export LDFLAGS_vmlinux := $(LDFLAGS_EXECSTACK) macro
|
/Linux-v6.1/arch/loongarch/ |
D | Makefile | 45 LDFLAGS_vmlinux += -G0 -static -n -nostdlib
|
/Linux-v6.1/ |
D | Makefile | 541 export LDFLAGS_vmlinux = macro 965 LDFLAGS_vmlinux += --gc-sections 1103 LDFLAGS_vmlinux += --build-id=sha1 1111 LDFLAGS_vmlinux += -X 1115 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags 1121 LDFLAGS_vmlinux += --orphan-handling=warn
|
/Linux-v6.1/arch/s390/ |
D | Makefile | 18 LDFLAGS_vmlinux := -pie macro
|
/Linux-v6.1/arch/mips/ |
D | Makefile | 99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib 104 LDFLAGS_vmlinux += --emit-relocs
|
/Linux-v6.1/Documentation/kbuild/ |
D | makefiles.rst | 727 LDFLAGS_vmlinux += $(call ld-option, -X) 1115 LDFLAGS_vmlinux 1118 LDFLAGS_vmlinux is used to specify additional flags to pass to 1120 LDFLAGS_vmlinux uses the LDFLAGS_$@ support. 1125 LDFLAGS_vmlinux := -e stext
|