/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
asm.go | 55 // section filled solely by the dynamic linker (more like 57 // dynamic linker will fill each slot with a pointer to the 73 // the dynamic linker. This will patch up the .plt slot to 437 // The dynamic linker stores the address of the 790 // In the ppc64 ABI, the dynamic linker is responsible
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/ |
asm.go | 55 // section filled solely by the dynamic linker (more like 57 // dynamic linker will fill each slot with a pointer to the 73 // the dynamic linker. This will patch up the .plt slot to 437 // The dynamic linker stores the address of the 790 // In the ppc64 ABI, the dynamic linker is responsible
|
/external/libunwind/doc/ |
libunwind.tex | 216 program includes \File{$<$libunwind.h$>$} and uses the linker switch 218 includes \File{$<$libunwind-}\Var{PLAT}\File{.h$>$} and uses the linker 308 \item[\Opt{-l}\File{unwind}] Linker-switch to add when building a 310 \item[\Opt{-l}\File{unwind-}\Var{PLAT}] Linker-switch to add when 312 For example, to (cross-)unwind an IA-64 program, the linker switch
|
/art/runtime/mirror/ |
object_test.cc | 481 ClassLinker* linker = class_linker_; local 489 Class* klass1 = linker->FindClass(soa.Self(), "LProtoCompare;", class_loader_1); 491 Class* klass2 = linker->FindClass(soa.Self(), "LProtoCompare2;", class_loader_2);
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-mips.c | 450 /* Used to cause the linker to insert and delete instructions? */ 815 is a hack to make the linker think that we need 64 bit values. */ [all...] |
/art/compiler/linker/arm/ |
relative_patcher_arm_base.cc | 17 #include "linker/arm/relative_patcher_arm_base.h" 21 #include "linker/output_stream.h" 26 namespace linker { namespace in namespace:art 458 } // namespace linker
|
/art/compiler/linker/ |
multi_oat_relative_patcher_test.cc | 23 namespace linker { namespace in namespace:art 304 } // namespace linker
|
/art/runtime/verifier/ |
method_verifier.h | 278 ClassLinker* linker, [all...] |
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 48 #include <vndksupport/linker.h>
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
objfile.go | 123 // out a Go object file. The linker does not call this; the linker
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
a.out.go | 145 REGTMP = REG_R10 // scratch register used in the assembler and linker 146 REGTMP2 = REG_R11 // scratch register used in the assembler and linker
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
objfile.go | 613 // linker (like the DWARF generator) know means 617 // other parts of the linker manipulates them,
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
objfile.go | 123 // out a Go object file. The linker does not call this; the linker
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
a.out.go | 145 REGTMP = REG_R10 // scratch register used in the assembler and linker 146 REGTMP2 = REG_R11 // scratch register used in the assembler and linker
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
objfile.go | 613 // linker (like the DWARF generator) know means 617 // other parts of the linker manipulates them,
|
/external/cmockery/cmockery_0_1_2/ |
libtool | 99 # The linker used to build libraries. 130 # How to pass a linker flag through the compiler. 195 # The last name is the one that the linker finds with -lNAME. [all...] |
ltmain.sh | [all...] |
/external/swiftshader/third_party/LLVM/autoconf/ |
ltmain.sh | [all...] |
/art/compiler/optimizing/ |
reference_type_propagation.cc | 44 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 46 *cache = handles->NewHandle(linker->GetClassRoot(class_root)); [all...] |
/art/runtime/entrypoints/ |
entrypoint_utils-inl.h | 469 // after potential NoSuchMethodError from class linker. 672 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 673 ArtMethod* resolved_method = linker->GetResolvedMethod<type, resolve_mode>(method_idx, referrer); [all...] |
/art/runtime/jit/ |
jit.cc | 407 void Jit::DumpTypeInfoForLoadedTypes(ClassLinker* linker) { 420 linker->VisitClasses(&visitor);
|
/art/runtime/native/ |
dalvik_system_DexFile.cc | 273 ClassLinker* linker = runtime->GetClassLinker(); local 289 if (linker->IsDexFileRegistered(soa.Self(), *dex_file)) {
|
/build/soong/android/ |
variable.go | 72 // the sepolicy split and enabling the Treble linker namespaces.
|
/compatibility/cdd/3_software/ |
3_3_native-api-compatibility.md | 50 * libdl (dynamic linker)
|
/external/clang/www/demo/ |
index.cgi | 248 if `llvm-ld --help 2>&1` !~ /llvm linker/; 384 "optimizing linker (llvm-ld)", 393 dumpFile( "Statistics for optimizing linker", $timerFile );
|