/linux-6.12.1/arch/arm/boot/compressed/ |
D | Makefile | 107 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro 110 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 113 LDFLAGS_vmlinux += --be8 116 LDFLAGS_vmlinux += --no-undefined 118 LDFLAGS_vmlinux += -X 121 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 124 LDFLAGS_vmlinux += -T
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | Makefile | 58 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro 60 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 62 LDFLAGS_vmlinux += -z noexecstack 64 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments) 69 LDFLAGS_vmlinux += -u efi_pe_entry 71 LDFLAGS_vmlinux += -T
|
/linux-6.12.1/arch/s390/boot/ |
D | Makefile | 67 LDFLAGS_vmlinux-$(CONFIG_LD_ORPHAN_WARN) := --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 68 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-… macro 72 LDFLAGS_vmlinux.syms := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup -T
|
/linux-6.12.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-6.12.1/arch/powerpc/ |
D | Makefile | 110 LDFLAGS_vmlinux-y := -Bstatic 111 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie 112 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext 113 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
|
/linux-6.12.1/arch/arm64/ |
D | Makefile | 13 LDFLAGS_vmlinux :=--no-undefined -X --pic-veneer macro 19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \ 25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
|
/linux-6.12.1/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-6.12.1/scripts/ |
D | link-vmlinux.sh | 33 LDFLAGS_vmlinux="$3" 85 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
|
/linux-6.12.1/arch/hexagon/ |
D | Makefile | 8 LDFLAGS_vmlinux += -G0
|
/linux-6.12.1/arch/nios2/boot/compressed/ |
D | Makefile | 11 LDFLAGS_vmlinux := -T macro
|
/linux-6.12.1/arch/x86/ |
D | Makefile | 255 LDFLAGS_vmlinux := --emit-relocs --discard-none macro 257 LDFLAGS_vmlinux := macro 266 LDFLAGS_vmlinux += -z max-page-size=0x200000
|
/linux-6.12.1/arch/sh/boot/romimage/ |
D | Makefile | 16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
|
/linux-6.12.1/arch/alpha/ |
D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax macro
|
/linux-6.12.1/arch/loongarch/ |
D | Makefile | 66 LDFLAGS_vmlinux += -static -n -nostdlib 114 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-r…
|
/linux-6.12.1/arch/sh/boot/compressed/ |
D | Makefile | 30 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
|
/linux-6.12.1/ |
D | Makefile | 525 LDFLAGS_vmlinux = macro 922 LDFLAGS_vmlinux += --gc-sections 1036 LDFLAGS_vmlinux += --build-id=sha1 1044 LDFLAGS_vmlinux += -X 1049 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs) 1055 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 1163 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux) 1164 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
|
/linux-6.12.1/arch/arm/ |
D | Makefile | 13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro 15 LDFLAGS_vmlinux += --be8
|
/linux-6.12.1/arch/parisc/boot/compressed/ |
D | Makefile | 22 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
|
/linux-6.12.1/arch/s390/ |
D | Makefile | 18 LDFLAGS_vmlinux := -no-pie --emit-relocs --discard-none macro
|
/linux-6.12.1/arch/mips/ |
D | Makefile | 99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib 104 LDFLAGS_vmlinux += --emit-relocs
|
/linux-6.12.1/Documentation/kbuild/ |
D | makefiles.rst | 672 LDFLAGS_vmlinux += $(call ld-option, -X) 1078 LDFLAGS_vmlinux 1081 LDFLAGS_vmlinux is used to specify additional flags to pass to 1084 LDFLAGS_vmlinux uses the LDFLAGS_$@ support. 1089 LDFLAGS_vmlinux := -e stext
|