/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
nashorn.jar | |
/build/soong/cc/ |
library.go | 46 // local file name to pass to the linker as --version_script 48 // local file name to pass to the linker as -unexported_symbols_list 50 // local file name to pass to the linker as -force_symbols_not_weak_list 52 // local file name to pass to the linker as -force_symbols_weak_list 765 module.linker = library 789 if m, ok := mctx.Module().(*Module); ok && m.linker != nil { 790 if library, ok := m.linker.(libraryInterface); ok { 797 static.linker.(libraryInterface).setStatic() 798 shared.linker.(libraryInterface).setShared() 804 modules[0].(*Module).linker.(libraryInterface).setStatic( [all...] |
ndk_library.go | 300 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { 304 func (linker *stubDecorator) Name(name string) string { 356 module.linker = stub
|
coverage.go | 84 if static, ok := cc.linker.(libraryInterface); !ok || !static.static() {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe"
272 self.linker = self.find_exe("link.exe")
514 # The MSVC linker generates .lib and .exp files, which cannot be
515 # suppressed by any linker switches. The .lib files may even be
534 self.spawn ([self.linker] + ld_args)
|
/external/mesa3d/src/compiler/glsl/tests/ |
set_uniform_initializer_tests.cpp | 31 namespace linker { namespace 171 linker::set_uniform_initializer(mem_ctx, prog, name, type, val, 0xF00F); 317 * uniform that it initializes. In the real compiler and linker this can 326 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val,
|
/external/python/cpython2/Lib/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe" 272 self.linker = self.find_exe("link.exe") 514 # The MSVC linker generates .lib and .exp files, which cannot be 515 # suppressed by any linker switches. The .lib files may even be 534 self.spawn ([self.linker] + ld_args)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe" 272 self.linker = self.find_exe("link.exe") 514 # The MSVC linker generates .lib and .exp files, which cannot be 515 # suppressed by any linker switches. The .lib files may even be 534 self.spawn ([self.linker] + ld_args)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe" 272 self.linker = self.find_exe("link.exe") 514 # The MSVC linker generates .lib and .exp files, which cannot be 515 # suppressed by any linker switches. The .lib files may even be 534 self.spawn ([self.linker] + ld_args)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe" 272 self.linker = self.find_exe("link.exe") 514 # The MSVC linker generates .lib and .exp files, which cannot be 515 # suppressed by any linker switches. The .lib files may even be 534 self.spawn ([self.linker] + ld_args)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe" 272 self.linker = self.find_exe("link.exe") 514 # The MSVC linker generates .lib and .exp files, which cannot be 515 # suppressed by any linker switches. The .lib files may even be 534 self.spawn ([self.linker] + ld_args)
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-sh64.c | 366 /* Hook called by the linker routine which adds symbols from an object 469 /* This hook function is called before the linker writes out a global 471 linker output. We cut off the special suffix on those symbols, so the 476 DataLabel references, a relation that is not visible to the linker. 646 bfd_boolean linker ATTRIBUTE_UNUSED) 652 /* If no new .cranges were added, the generic ELF linker parts will 656 if (linker 681 if (linker && elf_elfheader (abfd)->e_type == ET_EXEC) 691 or a symbol name is kept private in the linker. */
|
elf-nacl.c | 80 /* The linker script used PHDRS explicitly, so don't change what the 85 /* We're doing linking, so evalute SIZEOF_HEADERS as in a linker script. */ 242 /* The linker script used PHDRS explicitly, so don't change what the 322 nacl_final_write_processing (bfd *abfd, bfd_boolean linker ATTRIBUTE_UNUSED)
|
elf-vxworks.c | 61 specially by the linker at runtime. Except shared libraries 219 bfd_boolean linker ATTRIBUTE_UNUSED)
|
/external/boringssl/ |
rules.mk | 44 # the functions defined in these files exists, the linker will be happy. If
|
/external/swiftshader/third_party/subzero/pydir/ |
szbuild.py | 187 linker = { 208 shellcmd([linker] + 226 and llc translated bitcode. Linker tricks are used to determine whether 247 entirely using Subzero, without using llc or linker tricks. 453 # Run the linker regardless of hybrid mode.
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
shared.mk | 69 #--yd LLINK += -Wl,-dynamic-linker,/system/bin/linker64 -Wl,-z,nocopyreloc
|
/prebuilts/go/darwin-x86/src/cmd/link/ |
linkbig_test.go | 37 // long branches inserted by the linker where supported.
|
/prebuilts/go/linux-x86/src/cmd/link/ |
linkbig_test.go | 37 // long branches inserted by the linker where supported.
|
/prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger-compiler/1.2.2/ |
dagger-compiler-1.2.2.jar | |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
reloc-1-n32.d | 81 # data, which the linker script should put _gp - 0x7ff0.
|
/art/compiler/linker/x86/ |
relative_patcher_x86_test.cc | 17 #include "linker/relative_patcher_test.h" 18 #include "linker/x86/relative_patcher_x86.h" 21 namespace linker { namespace in namespace:art 175 } // namespace linker
|
/art/compiler/linker/x86_64/ |
relative_patcher_x86_64_test.cc | 17 #include "linker/relative_patcher_test.h" 18 #include "linker/x86_64/relative_patcher_x86_64.h" 21 namespace linker { namespace in namespace:art 178 } // namespace linker
|
/art/runtime/jit/ |
jit.h | 145 // into the specified class linker to the jit debug interface, 146 void DumpTypeInfoForLoadedTypes(ClassLinker* linker);
|
/external/llvm/test/MC/ARM/ |
eh-directive-section-comdat.s | 7 @ linkonce_odr) linkage, so that the linker can remove the duplicated
|