HomeSort by relevance Sort by last modified time
    Searched refs:linker (Results 301 - 325 of 914) sorted by null

<<11121314151617181920>>

  /art/compiler/linker/arm/
relative_patcher_thumb2.h 24 #include "linker/arm/relative_patcher_arm_base.h"
32 namespace linker { namespace in namespace:art
143 } // namespace linker
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 23 #include "linker/arm/relative_patcher_arm_base.h"
31 namespace linker { namespace in namespace:art
130 } // namespace linker
  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips/relative_patcher_mips.h"
21 namespace linker { namespace in namespace:art
109 } // namespace linker
relative_patcher_mips_test.cc 17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips/relative_patcher_mips.h"
21 namespace linker { namespace in namespace:art
113 } // namespace linker
  /external/libmicrohttpd/src/include/
autoinit_funcs.h 137 force linker to include variable to avoid omitting by optimizer */
144 __pragma(comment(linker, "/INCLUDE:" W32_INITHELPERVARNAMEDECORSTR(F))) \
  /toolchain/binutils/binutils-2.25/bfd/
libecoff.h 106 linker. */
126 /* A mapping from external symbol numbers to entries in the linker
134 /* TRUE if this BFD was written by the backend linker. */
135 bfd_boolean linker; member in struct:ecoff_tdata
202 /* ECOFF linker hash table entries. */
219 /* ECOFF linker hash table. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-group.s 1 ;;; Test 68HC11 linker relaxation (group relax)
  /art/compiler/linker/
relative_patcher_test.h 30 #include "linker/relative_patcher.h"
38 namespace linker { namespace in namespace:art
256 // Wrap the map in a class implementing linker::RelativePatcherTargetProvider.
257 class MethodOffsetMap FINAL : public linker::RelativePatcherTargetProvider {
290 } // namespace linker
  /build/make/core/
aux_executable.mk 37 # Define the target that is the unmodified output of the linker.
  /build/soong/cc/
object.go 38 module.linker = &objectLinker{
46 panic(fmt.Errorf("appendLdflags on object Linker not supported"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 65 self.linker = "ilink32.exe"
202 # Figure out linker args based on type of target.
217 # Create a temporary exports file for use by the linker
296 self.spawn ([self.linker] + ld_args)
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 258 auto linker = compat::create_linker(*mod); local
261 if (compat::link_in_module(*linker,
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 65 self.linker = "ilink32.exe"
202 # Figure out linker args based on type of target.
217 # Create a temporary exports file for use by the linker
296 self.spawn ([self.linker] + ld_args)
  /frameworks/compile/libbcc/lib/
RSCompilerDriver.cpp 38 #include "llvm/Linker/Linker.h"
330 llvm::Linker linker(module);
345 if (linker.linkInModule(std::move(sourceModule))) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
bcppcompiler.py 65 self.linker = "ilink32.exe"
202 # Figure out linker args based on type of target.
217 # Create a temporary exports file for use by the linker
296 self.spawn ([self.linker] + ld_args)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
bcppcompiler.py 65 self.linker = "ilink32.exe"
202 # Figure out linker args based on type of target.
217 # Create a temporary exports file for use by the linker
296 self.spawn ([self.linker] + ld_args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 65 self.linker = "ilink32.exe"
202 # Figure out linker args based on type of target.
217 # Create a temporary exports file for use by the linker
296 self.spawn ([self.linker] + ld_args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 65 self.linker = "ilink32.exe"
202 # Figure out linker args based on type of target.
217 # Create a temporary exports file for use by the linker
296 self.spawn ([self.linker] + ld_args)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns-dwarf2.d 111 ldy #%addr\(test2\) ; otherwise linker relaxation fails
  /art/build/
art.go 202 linker := envDefault(ctx, "CUSTOM_TARGET_LINKER", "")
203 if linker != "" {
209 p.DynamicLinker = linker
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 10 or passed directly to the linker (``go tool link''). If invoked with -pack, the compiler
68 Write linker-specific object to file and compiler-specific
71 linker and compiler input.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
a.out.go 160 // thread local base that is ultimately chosen by the program linker.
164 // by the program linker) that the dynamic linker will fill with the
  /prebuilts/go/linux-x86/src/cmd/compile/
doc.go 10 or passed directly to the linker (``go tool link''). If invoked with -pack, the compiler
68 Write linker-specific object to file and compiler-specific
71 linker and compiler input.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
a.out.go 160 // thread local base that is ultimately chosen by the program linker.
164 // by the program linker) that the dynamic linker will fill with the
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 

Completed in 2025 milliseconds

<<11121314151617181920>>