Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/boot/compressed/
DMakefile118 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
121 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
124 LDFLAGS_vmlinux += --be8
127 LDFLAGS_vmlinux += --no-undefined
129 LDFLAGS_vmlinux += -X
132 LDFLAGS_vmlinux += --orphan-handling=warn
135 LDFLAGS_vmlinux += -T
/Linux-v5.15/arch/arm64/
DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X macro
19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/Linux-v5.15/arch/x86/boot/compressed/
DMakefile65 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
67 LDFLAGS_vmlinux += --orphan-handling=warn
69 LDFLAGS_vmlinux += -T
/Linux-v5.15/arch/sh/
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-v5.15/arch/x86/
DMakefile191 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
193 LDFLAGS_vmlinux := macro
202 LDFLAGS_vmlinux += -z max-page-size=0x200000
/Linux-v5.15/arch/powerpc/
DMakefile123 LDFLAGS_vmlinux-y := -Bstatic
124 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
125 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext
126 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/Linux-v5.15/arch/riscv/
DMakefile12 LDFLAGS_vmlinux := macro
14 LDFLAGS_vmlinux := --no-relax macro
/Linux-v5.15/arch/nios2/boot/compressed/
DMakefile11 LDFLAGS_vmlinux := -T macro
/Linux-v5.15/arch/hexagon/
DMakefile8 LDFLAGS_vmlinux += -G0
/Linux-v5.15/arch/s390/boot/compressed/
DMakefile29 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup --build-id=sha1 -T macro
33 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T
/Linux-v5.15/arch/sh/boot/romimage/
DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/Linux-v5.15/scripts/
Dlink-vmlinux.sh35 LDFLAGS_vmlinux="$3"
181 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
/Linux-v5.15/arch/h8300/boot/compressed/
DMakefile22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
/Linux-v5.15/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/Linux-v5.15/arch/nds32/
DMakefile2 LDFLAGS_vmlinux := --no-undefined -X macro
/Linux-v5.15/arch/sh/boot/compressed/
DMakefile33 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/Linux-v5.15/arch/ia64/
DMakefile21 LDFLAGS_vmlinux := -static macro
/Linux-v5.15/arch/arm/
DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
15 LDFLAGS_vmlinux += --be8
/Linux-v5.15/arch/parisc/boot/compressed/
DMakefile28 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/Linux-v5.15/
DMakefile491 LDFLAGS_vmlinux = macro
926 LDFLAGS_vmlinux += --gc-sections
1054 LDFLAGS_vmlinux += --build-id=sha1
1057 LDFLAGS_vmlinux += $(call ld-option, -X,)
1061 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags
1067 LDFLAGS_vmlinux += --orphan-handling=warn
/Linux-v5.15/arch/s390/
DMakefile21 LDFLAGS_vmlinux := -pie macro
/Linux-v5.15/arch/mips/
DMakefile100 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
105 LDFLAGS_vmlinux += --emit-relocs
/Linux-v5.15/Documentation/kbuild/
Dmakefiles.rst737 LDFLAGS_vmlinux += $(call ld-option, -X)
1120 LDFLAGS_vmlinux
1123 LDFLAGS_vmlinux is used to specify additional flags to pass to
1125 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1130 LDFLAGS_vmlinux := -e stext