Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/boot/compressed/
DMakefile119 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
122 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
125 LDFLAGS_vmlinux += --be8
128 LDFLAGS_vmlinux += --no-undefined
130 LDFLAGS_vmlinux += -X
133 LDFLAGS_vmlinux += --orphan-handling=warn
136 LDFLAGS_vmlinux += -T
/Linux-v5.10/arch/arm64/
DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X -z norelro macro
19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
27 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/Linux-v5.10/arch/riscv/
DMakefile12 LDFLAGS_vmlinux := macro
14 LDFLAGS_vmlinux := --no-relax macro
/Linux-v5.10/arch/x86/boot/compressed/
DMakefile63 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
65 LDFLAGS_vmlinux += --orphan-handling=warn
67 LDFLAGS_vmlinux += -T
/Linux-v5.10/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.10/arch/x86/
DMakefile198 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
200 LDFLAGS_vmlinux := macro
209 LDFLAGS_vmlinux += -z max-page-size=0x200000
/Linux-v5.10/scripts/
Dlink-vmlinux.sh35 LDFLAGS_vmlinux="$3"
114 ${LD} ${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux} \
/Linux-v5.10/arch/nios2/boot/compressed/
DMakefile11 LDFLAGS_vmlinux := -T macro
/Linux-v5.10/arch/hexagon/
DMakefile8 LDFLAGS_vmlinux += -G0
/Linux-v5.10/arch/sh/boot/romimage/
DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/Linux-v5.10/arch/powerpc/
DMakefile123 LDFLAGS_vmlinux-y := -Bstatic
124 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
125 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/Linux-v5.10/arch/h8300/boot/compressed/
DMakefile22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
/Linux-v5.10/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/Linux-v5.10/arch/nds32/
DMakefile2 LDFLAGS_vmlinux := --no-undefined -X macro
/Linux-v5.10/arch/sh/boot/compressed/
DMakefile33 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/Linux-v5.10/arch/ia64/
DMakefile22 LDFLAGS_vmlinux := -static macro
/Linux-v5.10/arch/s390/boot/compressed/
DMakefile24 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
/Linux-v5.10/arch/arm/
DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer macro
15 LDFLAGS_vmlinux += --be8
/Linux-v5.10/arch/parisc/boot/compressed/
DMakefile28 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/Linux-v5.10/
DMakefile475 LDFLAGS_vmlinux = macro
891 LDFLAGS_vmlinux += --gc-sections
977 LDFLAGS_vmlinux += --build-id=sha1
980 LDFLAGS_vmlinux += $(call ld-option, -X,)
984 LDFLAGS_vmlinux += --pack-dyn-relocs=relr
990 LDFLAGS_vmlinux += --orphan-handling=warn
/Linux-v5.10/arch/s390/
DMakefile21 LDFLAGS_vmlinux := -pie macro
/Linux-v5.10/arch/mips/
DMakefile100 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
105 LDFLAGS_vmlinux += --emit-relocs
/Linux-v5.10/Documentation/kbuild/
Dmakefiles.rst607 LDFLAGS_vmlinux += $(call ld-option, -X)
990 LDFLAGS_vmlinux
993 LDFLAGS_vmlinux is used to specify additional flags to pass to
995 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1000 LDFLAGS_vmlinux := -e stext