Home
last modified time | relevance | path

Searched refs:LDFLAGS_vmlinux (Results 1 – 20 of 20) 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 DMakefile59 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
61 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
63 LDFLAGS_vmlinux += -z noexecstack
65 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
70 LDFLAGS_vmlinux += -u efi_pe_entry
72 LDFLAGS_vmlinux += -T
/linux/arch/s390/boot/
H A DMakefile67 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/arch/sh/
H A DMakefile103 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/arch/powerpc/
H A DMakefile103 LDFLAGS_vmlinux-y := -Bstatic
104 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
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 \
25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/linux/arch/riscv/
H A DMakefile9 LDFLAGS_vmlinux := -z norelro macro
11 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --emit-relocs
15 LDFLAGS_vmlinux += --no-relax
/linux/scripts/
H A Dlink-vmlinux.sh33 LDFLAGS_vmlinux="$3"
89 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
/linux/arch/x86/
H A DMakefile255 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
257 LDFLAGS_vmlinux := macro
266 LDFLAGS_vmlinux += -z max-page-size=0x200000
/linux/arch/nios2/boot/compressed/
H A DMakefile11 LDFLAGS_vmlinux := -T macro
/linux/arch/hexagon/
H A DMakefile8 LDFLAGS_vmlinux += -G0
/linux/arch/sh/boot/romimage/
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux/arch/sh/boot/compressed/
H A DMakefile30 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux/
H A DMakefile556 LDFLAGS_vmlinux = macro
982 LDFLAGS_vmlinux += --gc-sections
1100 LDFLAGS_vmlinux += --build-id=sha1
1108 LDFLAGS_vmlinux += -X
1113 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
1119 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
1228 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1229 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
/linux/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
15 LDFLAGS_vmlinux += --be8
/linux/arch/parisc/boot/compressed/
H A DMakefile22 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/linux/arch/s390/
H A DMakefile18 LDFLAGS_vmlinux := -no-pie --emit-relocs --discard-none macro
/linux/arch/mips/
H A DMakefile99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
104 LDFLAGS_vmlinux += --emit-relocs
/linux/Documentation/kbuild/
H A Dmakefiles.rst686 LDFLAGS_vmlinux += $(call ld-option, -X)
1092 LDFLAGS_vmlinux
1095 LDFLAGS_vmlinux is used to specify additional flags to pass to
1098 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1103 LDFLAGS_vmlinux := -e stext