Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 11 of 11) sorted by relevance

/u-boot/examples/standalone/
A DMakefile53 quiet_cmd_link_lib = LD $@
54 cmd_link_lib = $(LD) $(ld_flags) -r -o $@ $(filter $(LIBOBJS), $^)
59 quiet_cmd_link_elf = LD $@
60 cmd_link_elf = $(LD) $(KBUILD_LDFLAGS) $(LDFLAGS_STANDALONE) -g \
/u-boot/examples/api/
A DMakefile53 quiet_cmd_link_demo = LD $@
54 cmd_link_demo = $(LD) --gc-sections -Ttext $(LOAD_ADDR) -o $@ $(filter-out $(PHONY), $^) $(PLATFORM…
/u-boot/arch/m68k/
A DMakefile27 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
/u-boot/scripts/
A DKconfig.include31 ld-option = $(success,$(LD) -v $(1))
A DMakefile.spl193 $(shell $(LD) --version | \
510 quiet_cmd_u-boot-spl ?= LD $@
514 $(LD) $(KBUILD_LDFLAGS) $(LDFLAGS_$(@F)) \
A DKbuild.include160 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
169 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
A DMakefile.build197 $(LD) $(KBUILD_LDFLAGS) -r -o $@ $(@D)/.tmp_$(@F) \
/u-boot/doc/device-tree-bindings/gpio/
A Dmscc_sgpio.txt30 present to enable the use of the SIO CLK, LD, DI and DO for some
/u-boot/
A DMakefile397 LD = $(CROSS_COMPILE)ld.bfd macro
399 LD = $(CROSS_COMPILE)ld macro
441 GCC_TOOLCHAIN_DIR := $(dir $(shell which $(LD)))
917 $(shell $(LD) --version | \
1599 quiet_cmd_ldr = LD $@
1600 cmd_ldr = $(LD) $(LDFLAGS_$(@F)) \
1625 quiet_cmd_u-boot_payload ?= LD $@
1626 cmd_u-boot_payload ?= $(LD) $(LDFLAGS_EFI_PAYLOAD) -o $@ \
1663 quiet_cmd_u-boot-elf ?= LD $@
1664 cmd_u-boot-elf ?= $(LD) u-boot-elf.o -o $@ \
[all …]
/u-boot/doc/develop/
A Dmakefiles.rst28 --- 3.14 $(LD) support functions
229 "$(LD) -r" on the list of these files to generate isdn.o.
421 ldflags-y specifies options for linking with $(LD).
728 3.14 $(LD) support functions
732 ld-option is used to check if $(LD) supports the supplied option.
735 first option is not supported by $(LD).
1110 Generic $(LD) options
1124 Options for $(LD) when linking vmlinux
1226 Options for $(LD) when linking modules
A Dcheckpatch.rst346 EXTRA_{A,C,CPP,LD}FLAGS are deprecated and should be replaced by the new

Completed in 25 milliseconds