Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/boot/compressed/
DMakefile112 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
115 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
118 LDFLAGS_vmlinux += --be8
121 LDFLAGS_vmlinux += --no-undefined
123 LDFLAGS_vmlinux += -X
126 LDFLAGS_vmlinux += --orphan-handling=warn
129 LDFLAGS_vmlinux += -T
/Linux-v6.1/arch/x86/boot/compressed/
DMakefile69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
71 LDFLAGS_vmlinux += --orphan-handling=warn
73 LDFLAGS_vmlinux += -z noexecstack
75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
77 LDFLAGS_vmlinux += -T
/Linux-v6.1/arch/arm64/
DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X macro
19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/Linux-v6.1/arch/powerpc/
DMakefile104 LDFLAGS_vmlinux-y := -Bstatic
105 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
106 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext
107 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/Linux-v6.1/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-v6.1/scripts/
Dlink-vmlinux.sh33 LDFLAGS_vmlinux="$3"
86 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
/Linux-v6.1/arch/x86/
DMakefile220 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
222 LDFLAGS_vmlinux := macro
231 LDFLAGS_vmlinux += -z max-page-size=0x200000
/Linux-v6.1/arch/hexagon/
DMakefile8 LDFLAGS_vmlinux += -G0
/Linux-v6.1/arch/nios2/boot/compressed/
DMakefile11 LDFLAGS_vmlinux := -T macro
/Linux-v6.1/arch/sh/boot/romimage/
DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/Linux-v6.1/arch/riscv/
DMakefile10 LDFLAGS_vmlinux := macro
12 LDFLAGS_vmlinux := --no-relax macro
/Linux-v6.1/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/Linux-v6.1/arch/s390/boot/
DMakefile74 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup --build-id=sha1 -T macro
78 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T
/Linux-v6.1/arch/sh/boot/compressed/
DMakefile39 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/Linux-v6.1/arch/ia64/
DMakefile21 LDFLAGS_vmlinux := -static macro
/Linux-v6.1/arch/arm/
DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
15 LDFLAGS_vmlinux += --be8
/Linux-v6.1/arch/parisc/boot/compressed/
DMakefile26 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/Linux-v6.1/arch/um/
DMakefile146 export LDFLAGS_vmlinux := $(LDFLAGS_EXECSTACK) macro
/Linux-v6.1/arch/loongarch/
DMakefile45 LDFLAGS_vmlinux += -G0 -static -n -nostdlib
/Linux-v6.1/
DMakefile541 export LDFLAGS_vmlinux = macro
965 LDFLAGS_vmlinux += --gc-sections
1103 LDFLAGS_vmlinux += --build-id=sha1
1111 LDFLAGS_vmlinux += -X
1115 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags
1121 LDFLAGS_vmlinux += --orphan-handling=warn
/Linux-v6.1/arch/s390/
DMakefile18 LDFLAGS_vmlinux := -pie macro
/Linux-v6.1/arch/mips/
DMakefile99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
104 LDFLAGS_vmlinux += --emit-relocs
/Linux-v6.1/Documentation/kbuild/
Dmakefiles.rst727 LDFLAGS_vmlinux += $(call ld-option, -X)
1115 LDFLAGS_vmlinux
1118 LDFLAGS_vmlinux is used to specify additional flags to pass to
1120 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1125 LDFLAGS_vmlinux := -e stext