HomeSort by relevance Sort by last modified time
    Searched refs:linker (Results 276 - 300 of 875) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/bfd/
elf32-arc.c 215 bfd_boolean linker ATTRIBUTE_UNUSED)
makefile.vms 41 elf.obj,format.obj,hash.obj,ihex.obj,init.obj,libbfd.obj,linker.obj,\
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-jump.s 1 ;;; Test 68HC11 linker relaxation and fixup of bcc/bra branches
relax-direct.s 1 ;;; Test 68HC11 linker relaxation from extended addressing to direct
  /build/soong/cc/
library.go 47 // local file name to pass to the linker as --version_script
49 // local file name to pass to the linker as -unexported_symbols_list
51 // local file name to pass to the linker as -force_symbols_not_weak_list
53 // local file name to pass to the linker as -force_symbols_weak_list
746 module.linker = library
753 if m, ok := mctx.Module().(*Module); ok && m.linker != nil {
754 if library, ok := m.linker.(libraryInterface); ok {
761 static.linker.(libraryInterface).setStatic()
762 shared.linker.(libraryInterface).setShared()
776 modules[0].(*Module).linker.(libraryInterface).setStatic(
    [all...]
toolchain_library.go 48 module.linker = toolchainLibrary
  /art/runtime/
dex_file_annotations.h 116 ClassLinker* linker,
122 linker_(linker) {
131 ClassLinker* linker_; // Linker to resolve literal objects.
  /art/runtime/native/
dalvik_system_VMRuntime.cc 218 // This part is letting libc/dynamic linker know about current app's
326 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
328 klass = linker->FindPrimitiveClass(class_name[0]);
330 klass = linker->LookupClass(self, class_name, nullptr);
435 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
436 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
510 ClassLinker* linker = runtime->GetClassLinker(); local
519 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
524 Handle<mirror::DexCache> dex_cache(hs.NewHandle(linker->RegisterDexFile(*dex_file, nullptr)));
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 148 $(MKLIB) -o $@ -noprefix -linker '$(CC)' \
155 $(MKLIB) -o $@ -noprefix -linker '$(CXX)' \
  /platform_testing/build/tasks/tests/
native_test_list.mk 48 linker-unit-tests \
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
config.go 125 // LinkMode indicates whether an external linker is used for the final link.
161 // the external linker be used to complete the link.
191 // Some build modes require work the internal linker cannot do (yet).
226 // linker is called we take the value it was set to when
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
config.go 125 // LinkMode indicates whether an external linker is used for the final link.
161 // the external linker be used to complete the link.
191 // Some build modes require work the internal linker cannot do (yet).
226 // linker is called we take the value it was set to when
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-13.d 10 # FIXME: Have a textrel-enabling(-disabling) linker option.
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 250 duplicate symbols and the linker will fail. To avoid this, definitions
324 Write dynamic linker as part of -dynimport output.
590 (it does not need to implement a complete ELF and Mach-O linker) and
621 implement the full semantics of the host linker, so the kinds of
630 file containing it. Then it invokes the host linker (usually gcc) to
633 requirement but introduces a requirement that the host linker be
636 Most builds both compile source code and invoke the linker to create a
662 object file and then processed by the linker.
694 In internal linking mode, use "<path>" as the dynamic linker
716 <local> in the go.o object file prepared for the host linker,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 27 // generating a combined compiler+linker object, one that
28 // serves to describe the package to both the compiler and the linker.
29 // In fact the compiler and linker read nearly disjoint sections of
32 // object only to future compilations and the linker object only to
37 // and the -linkobj output is a linker object.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
a.out.go 215 REGRT1 = REG_R16 // ARM64 IP0, for external linker, runtime, duffzero and duffcopy
216 REGRT2 = REG_R17 // ARM64 IP1, for external linker, runtime, duffcopy
326 // thread local base that is ultimately chosen by the program linker.
330 // by the program linker) that the dynamic linker will fill with the
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 250 duplicate symbols and the linker will fail. To avoid this, definitions
324 Write dynamic linker as part of -dynimport output.
590 (it does not need to implement a complete ELF and Mach-O linker) and
621 implement the full semantics of the host linker, so the kinds of
630 file containing it. Then it invokes the host linker (usually gcc) to
633 requirement but introduces a requirement that the host linker be
636 Most builds both compile source code and invoke the linker to create a
662 object file and then processed by the linker.
694 In internal linking mode, use "<path>" as the dynamic linker
716 <local> in the go.o object file prepared for the host linker,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 27 // generating a combined compiler+linker object, one that
28 // serves to describe the package to both the compiler and the linker.
29 // In fact the compiler and linker read nearly disjoint sections of
32 // object only to future compilations and the linker object only to
37 // and the -linkobj output is a linker object.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
a.out.go 215 REGRT1 = REG_R16 // ARM64 IP0, for external linker, runtime, duffzero and duffcopy
216 REGRT2 = REG_R17 // ARM64 IP1, for external linker, runtime, duffcopy
326 // thread local base that is ultimately chosen by the program linker.
330 // by the program linker) that the dynamic linker will fill with the
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 231 Ctxt *Link // linker context
359 // Used by the linker to determine what methods can be pruned.
364 // default. "local" here means in the sense of the dynamic linker, i.e. not
439 // ".data.rel.ro.XXX" to be mprotected read only by the dynamic linker after
440 // relocations have applied, so when the Go linker is creating a shared
543 // and is only honored by the linker if the symbol is in some other way
560 // set to a TLS symbol -- runtime.tlsg -- in the linker when externally linking).
566 // the linker when externally linking).
574 // linker uses this as a signal that the pointed-to type information
581 // *rtype, and may be set to zero by the linker if it determines the metho
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 231 Ctxt *Link // linker context
359 // Used by the linker to determine what methods can be pruned.
364 // default. "local" here means in the sense of the dynamic linker, i.e. not
439 // ".data.rel.ro.XXX" to be mprotected read only by the dynamic linker after
440 // relocations have applied, so when the Go linker is creating a shared
543 // and is only honored by the linker if the symbol is in some other way
560 // set to a TLS symbol -- runtime.tlsg -- in the linker when externally linking).
566 // the linker when externally linking).
574 // linker uses this as a signal that the pointed-to type information
581 // *rtype, and may be set to zero by the linker if it determines the metho
    [all...]
  /art/compiler/linker/arm/
relative_patcher_arm_base.h 23 #include "linker/relative_patcher.h"
28 namespace linker { namespace in namespace:art
179 } // namespace linker
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 22 #include "linker/arm/relative_patcher_arm_base.h"
25 namespace linker { namespace in namespace:art
115 } // namespace linker
  /art/compiler/linker/mips/
relative_patcher_mips.cc 17 #include "linker/mips/relative_patcher_mips.h"
22 namespace linker { namespace in namespace:art
126 } // namespace linker
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips64/relative_patcher_mips64.h"
21 namespace linker { namespace in namespace:art
126 } // namespace linker

Completed in 964 milliseconds

<<11121314151617181920>>