/Linux-v6.6/arch/arm/boot/compressed/ |
D | Makefile | 113 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro 116 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 119 LDFLAGS_vmlinux += --be8 122 LDFLAGS_vmlinux += --no-undefined 124 LDFLAGS_vmlinux += -X 127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 130 LDFLAGS_vmlinux += -T
|
/Linux-v6.6/arch/x86/boot/compressed/ |
D | Makefile | 69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro 71 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 73 LDFLAGS_vmlinux += -z noexecstack 75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments) 80 LDFLAGS_vmlinux += -u efi_pe_entry 82 LDFLAGS_vmlinux += -T
|
/Linux-v6.6/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.6/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.6/arch/powerpc/ |
D | Makefile | 99 LDFLAGS_vmlinux-y := -Bstatic 100 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie 101 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext 102 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
|
/Linux-v6.6/arch/riscv/ |
D | Makefile | 9 LDFLAGS_vmlinux := -z norelro macro 11 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --emit-relocs 15 LDFLAGS_vmlinux += --no-relax
|
/Linux-v6.6/scripts/ |
D | link-vmlinux.sh | 33 LDFLAGS_vmlinux="$3" 86 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
|
/Linux-v6.6/arch/x86/ |
D | Makefile | 226 LDFLAGS_vmlinux := --emit-relocs --discard-none macro 228 LDFLAGS_vmlinux := macro 237 LDFLAGS_vmlinux += -z max-page-size=0x200000
|
/Linux-v6.6/arch/hexagon/ |
D | Makefile | 8 LDFLAGS_vmlinux += -G0
|
/Linux-v6.6/arch/nios2/boot/compressed/ |
D | Makefile | 11 LDFLAGS_vmlinux := -T macro
|
/Linux-v6.6/arch/loongarch/ |
D | Makefile | 50 LDFLAGS_vmlinux += -static -n -nostdlib 83 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext
|
/Linux-v6.6/arch/sh/boot/romimage/ |
D | Makefile | 16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
|
/Linux-v6.6/arch/alpha/ |
D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax macro
|
/Linux-v6.6/arch/s390/boot/ |
D | Makefile | 76 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-Map=$(obj)/vmlinux.ma… macro 80 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T
|
/Linux-v6.6/arch/sh/boot/compressed/ |
D | Makefile | 32 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
|
/Linux-v6.6/arch/ia64/ |
D | Makefile | 21 LDFLAGS_vmlinux := -static macro
|
/Linux-v6.6/ |
D | Makefile | 537 LDFLAGS_vmlinux = macro 940 LDFLAGS_vmlinux += --gc-sections 1035 LDFLAGS_vmlinux += --build-id=sha1 1043 LDFLAGS_vmlinux += -X 1048 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs) 1054 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 1162 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux) 1163 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
|
/Linux-v6.6/arch/arm/ |
D | Makefile | 13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro 15 LDFLAGS_vmlinux += --be8
|
/Linux-v6.6/arch/parisc/boot/compressed/ |
D | Makefile | 26 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
|
/Linux-v6.6/arch/s390/ |
D | Makefile | 18 LDFLAGS_vmlinux := -pie macro
|
/Linux-v6.6/arch/mips/ |
D | Makefile | 99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib 104 LDFLAGS_vmlinux += --emit-relocs
|
/Linux-v6.6/Documentation/kbuild/ |
D | makefiles.rst | 672 LDFLAGS_vmlinux += $(call ld-option, -X) 1074 LDFLAGS_vmlinux 1077 LDFLAGS_vmlinux is used to specify additional flags to pass to 1080 LDFLAGS_vmlinux uses the LDFLAGS_$@ support. 1085 LDFLAGS_vmlinux := -e stext
|