/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 95 } // namespace linker
|
/art/compiler/linker/ |
relative_patcher.cc | 17 #include "linker/relative_patcher.h" 20 #include "linker/arm/relative_patcher_thumb2.h" 23 #include "linker/arm64/relative_patcher_arm64.h" 26 #include "linker/mips/relative_patcher_mips.h" 29 #include "linker/mips64/relative_patcher_mips64.h" 32 #include "linker/x86/relative_patcher_x86.h" 35 #include "linker/x86_64/relative_patcher_x86_64.h" 40 namespace linker { namespace in namespace:art 152 } // namespace linker
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
Host.inf | 119 GCC:*_*_IA32_DLINK_FLAGS == -o $(BIN_DIR)/Host -m elf_i386 -dynamic-linker $(HOST_DLINK_PATHS) -L/usr/lib/i386-linux-gnu -L/usr/X11R6/lib -lXext -lX11
124 GCC:*_*_X64_DLINK_FLAGS == -o $(BIN_DIR)/Host -m elf_x86_64 -dynamic-linker $(HOST_DLINK_PATHS) -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib -lXext -lX11
|
/external/llvm/test/MC/ARM/ |
eh-compact-pr1.s | 67 @ another relocation entry for __aeabi_unwind_cpp_pr1, so that the linker
|
/hardware/libhardware/ |
hardware.c | 32 #include <vndksupport/linker.h>
|
/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
|
/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 | 220 // This part is letting libc/dynamic linker know about current app's 330 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 332 ? linker->FindPrimitiveClass(class_name[0]) 333 : linker->LookupClass(self, class_name, nullptr); 428 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 429 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); 507 ClassLinker* linker = runtime->GetClassLinker(); local 516 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); 520 ObjPtr<mirror::DexCache> dex_cache = linker->RegisterDexFile(*dex_file, nullptr);
|
/build/soong/cc/ |
toolchain_library.go | 47 module.linker = toolchainLibrary
|
/platform_testing/build/tasks/tests/ |
native_test_list.mk | 53 linker-unit-tests \
|
/prebuilts/build-tools/ |
build-prebuilts.sh | 47 header-abi-linker
|
/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...] |