Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A DMakefile121 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
124 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
127 LDFLAGS_vmlinux += --be8
130 LDFLAGS_vmlinux += --no-undefined
132 LDFLAGS_vmlinux += -X
135 LDFLAGS_vmlinux += --orphan-handling=warn
138 LDFLAGS_vmlinux += -T
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A DMakefile67 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
69 LDFLAGS_vmlinux += --orphan-handling=warn
71 LDFLAGS_vmlinux += -z noexecstack
72 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
73 LDFLAGS_vmlinux += -T
/OK3568_Linux_fs/kernel/arch/arm64/
H A DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X macro
19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
27 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/riscv/
H A DMakefile12 LDFLAGS_vmlinux := macro
14 LDFLAGS_vmlinux := --no-relax macro
/OK3568_Linux_fs/kernel/arch/x86/
H A DMakefile212 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
214 LDFLAGS_vmlinux := macro
223 LDFLAGS_vmlinux += -z max-page-size=0x200000
/OK3568_Linux_fs/kernel/arch/powerpc/
H A DMakefile106 LDFLAGS_vmlinux-y := -Bstatic
107 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
108 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/
H A DMakefile11 LDFLAGS_vmlinux := -T macro
/OK3568_Linux_fs/kernel/scripts/
H A Dlink-vmlinux.sh35 LDFLAGS_vmlinux="$3"
193 ${LD} ${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux} \
/OK3568_Linux_fs/kernel/arch/hexagon/
H A DMakefile8 LDFLAGS_vmlinux += -G0
/OK3568_Linux_fs/kernel/arch/sh/boot/romimage/
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/OK3568_Linux_fs/kernel/arch/h8300/boot/compressed/
H A DMakefile22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
/OK3568_Linux_fs/kernel/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/OK3568_Linux_fs/kernel/arch/nds32/
H A DMakefile2 LDFLAGS_vmlinux := --no-undefined -X macro
/OK3568_Linux_fs/kernel/arch/sh/boot/compressed/
H A DMakefile33 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/OK3568_Linux_fs/kernel/arch/ia64/
H A DMakefile22 LDFLAGS_vmlinux := -static macro
/OK3568_Linux_fs/kernel/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer macro
15 LDFLAGS_vmlinux += --be8
/OK3568_Linux_fs/kernel/arch/s390/boot/compressed/
H A DMakefile24 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
/OK3568_Linux_fs/kernel/arch/um/
H A DMakefile145 export LDFLAGS_vmlinux := $(LDFLAGS_EXECSTACK) macro
/OK3568_Linux_fs/kernel/
H A DMakefile501 LDFLAGS_vmlinux = macro
937 LDFLAGS_vmlinux += --gc-sections
1062 LDFLAGS_vmlinux += --build-id=sha1
1068 LDFLAGS_vmlinux += $(call ld-option, -X,)
1072 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags
1078 LDFLAGS_vmlinux += --orphan-handling=warn
H A DMakefile-bak501 LDFLAGS_vmlinux =
938 LDFLAGS_vmlinux += --gc-sections
1063 LDFLAGS_vmlinux += --build-id=sha1
1069 LDFLAGS_vmlinux += $(call ld-option, -X,)
1073 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags
1079 LDFLAGS_vmlinux += --orphan-handling=warn
1300 $(CONFIG_SHELL) $< "$(LD)" "$(KBUILD_LDFLAGS)" "$(LDFLAGS_vmlinux)"; \
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A DMakefile28 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/OK3568_Linux_fs/kernel/arch/mips/
H A DMakefile100 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
105 LDFLAGS_vmlinux += --emit-relocs
/OK3568_Linux_fs/kernel/arch/s390/
H A DMakefile21 LDFLAGS_vmlinux := -pie macro
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dmakefiles.rst607 LDFLAGS_vmlinux += $(call ld-option, -X)
992 LDFLAGS_vmlinux
995 LDFLAGS_vmlinux is used to specify additional flags to pass to
997 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1002 LDFLAGS_vmlinux := -e stext