Home
last modified time | relevance | path

Searched refs:LDFLAGS_vmlinux (Results 1 – 15 of 15) sorted by relevance

/linux/arch/arm/boot/compressed/
H A DMakefile107 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/arch/x86/boot/compressed/
H A DMakefile61 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
63 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
65 LDFLAGS_vmlinux += -z noexecstack
67 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
72 LDFLAGS_vmlinux += -u efi_pe_entry
74 LDFLAGS_vmlinux += -T
/linux/arch/powerpc/
H A DMakefile103 LDFLAGS_vmlinux-y := -Bstatic
104 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie --no-dynamic-linker
105 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext
106 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/linux/arch/arm64/
H A DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X --pic-veneer macro
19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --no-apply-dynamic-relocs
23 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/linux/arch/riscv/
H A DMakefile9 LDFLAGS_vmlinux := -z norelro macro
11 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext
15 LDFLAGS_vmlinux += --no-relax
/linux/scripts/
H A Dlink-vmlinux.sh33 LDFLAGS_vmlinux="$3"
88 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
/linux/arch/nios2/boot/compressed/
H A DMakefile11 LDFLAGS_vmlinux := -T macro
/linux/arch/hexagon/
H A DMakefile8 LDFLAGS_vmlinux += -G0
/linux/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux/arch/loongarch/
H A DMakefile71 LDFLAGS_vmlinux += -static -n -nostdlib
134 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-r…
/linux/
H A DMakefile564 LDFLAGS_vmlinux = macro
1012 LDFLAGS_vmlinux += --gc-sections
1136 LDFLAGS_vmlinux += --build-id=sha1
1144 LDFLAGS_vmlinux += -X
1149 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
1155 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
1159 LDFLAGS_vmlinux += --emit-relocs --discard-none
1273 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1274 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
/linux/arch/parisc/boot/compressed/
H A DMakefile23 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/linux/arch/s390/
H A DMakefile18 LDFLAGS_vmlinux := $(call ld-option,-no-pie) macro
/linux/arch/x86/
H A DMakefile250 LDFLAGS_vmlinux += -z max-page-size=0x200000
/linux/Documentation/kbuild/
H A Dmakefiles.rst701 LDFLAGS_vmlinux += $(call ld-option, -X)
1107 LDFLAGS_vmlinux
1110 LDFLAGS_vmlinux is used to specify additional flags to pass to
1113 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1118 LDFLAGS_vmlinux := -e stext