/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
group8b.d | 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
|
group9a.d | 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
|
group9b.d | 7 # generic linker targets don't support --gc-sections, nor do a bunch of others
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
bpo-12.d | 4 #as: -linker-allocated-gregs
|
bpo-12m.d | 4 #as: -linker-allocated-gregs
|
bpo-14.d | 4 #as: -linker-allocated-gregs
|
bpo-14m.d | 4 #as: -linker-allocated-gregs
|
bpo-16m.d | 5 #as: -linker-allocated-gregs
|
bpo-17m.d | 4 #as: -linker-allocated-gregs
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
overlay-size.d | 5 # FAILS on the RX because the linker has to set LMA == VMA for the
|
pr14962.d | 7 # but the linker script converts x to absolute to avoid the error.
|
rgn-at2.d | 6 # FAILS on the RX because the linker has to set LMA == VMA for the
|
rgn-at5.d | 7 # FAILS on the RX because the linker has to set LMA == VMA for the
|
/device/google/contexthub/firmware/build/ |
config.mk | 62 define nano-gen-linker-script-from-list-body 72 define nano-gen-linker-script-from-list 74 $(call nano-gen-linker-script-from-list-body,$(1),$(2)) 77 # create linker script rule 84 define nano-gen-linker-script 85 $(eval $(call nano-gen-linker-script-from-list,$(1),$(patsubst %,$(NANOHUB_OS_PATH)/os/platform/$(5)/lkr/%.lkr,$(3).map $(4).$(2) $(4).common))) 88 # create linker script rule 96 # NOTE: ($(2), $(3) - unused; keep for argument compatibility with nano-gen-linker-script 97 define nano-gen-linker-script-native 98 $(eval $(call nano-gen-linker-script-from-list,$(1),$(NANOHUB_OS_PATH)/os/platform/$(5)/lkr/$(4).extra.lkr) [all...] |
nanohub_executable.mk | 44 $(call nano-gen-linker-script,$(linker_script),bl,$(AUX_SUBARCH),stm32f4xx,$(AUX_ARCH)) 51 $(call nano-gen-linker-script-native,$(linker_script),os,$(AUX_SUBARCH),native,$(AUX_ARCH)) 55 $(call nano-gen-linker-script,$(linker_script),os,$(AUX_SUBARCH),stm32f4xx,$(AUX_ARCH)) 60 $(error $(LOCAL_PATH): $(LOCAL_MODULE): linker script is not defined for ARCH=$(AUX_ARCH) TYPE=$(LOCAL_NANO_MODULE_TYPE))
|
/art/compiler/linker/mips/ |
relative_patcher_mips.h | 20 #include "linker/relative_patcher.h" 24 namespace linker { namespace in namespace:art 54 } // namespace linker
|
/art/compiler/linker/mips64/ |
relative_patcher_mips64.h | 20 #include "linker/relative_patcher.h" 23 namespace linker { namespace in namespace:art 50 } // namespace linker
|
/art/compiler/linker/x86/ |
relative_patcher_x86_base.cc | 17 #include "linker/x86/relative_patcher_x86_base.h" 20 namespace linker { namespace in namespace:art 50 } // namespace linker
|
/build/make/core/combo/ |
TARGET_linux-arm.mk | 50 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
|
TARGET_linux-mips.mk | 50 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
|
TARGET_linux-x86.mk | 43 $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker
|
/external/boringssl/src/crypto/ |
thread_win.c | 145 * Force a reference to _tls_used to make the linker create the TLS directory 150 #pragma comment(linker, "/INCLUDE:_tls_used") 151 #pragma comment(linker, "/INCLUDE:p_thread_callback_boringssl") 153 #pragma comment(linker, "/INCLUDE:__tls_used") 154 #pragma comment(linker, "/INCLUDE:_p_thread_callback_boringssl") 169 /* The linker must not discard p_thread_callback_boringssl. (We force a reference 170 * to this variable with a linker /INCLUDE:symbol pragma to ensure that.) If 178 * linker doesn't discard it. */
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
Makefile | 23 LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader \
|
/test/vts/testcases/ |
run-on-host.mk | 22 LINKER = linker64 24 LINKER = linker 31 vts-prepare-run-on-host: $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT)/etc/hosts $(TARGET_OUT_EXECUTABLES)/sh
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
unixccompiler.py | 35 # we need some way for outsiders to feed preprocessor/compiler/linker
41 # should just happily stuff them into the preprocessor/compiler/linker
236 linker = self.linker_exe[:]
238 linker = self.linker_so[:]
241 # is used to set up the linker's environment.
246 if os.path.basename(linker[0]) == "env":
248 while '=' in linker[i]:
251 linker[i] = self.compiler_cxx[i]
254 linker = _darwin_compiler_fixup(linker, ld_args) [all...] |