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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_bl_in_range.s 20 # Define _start so that linker does not complain.
arm_bl_out_of_range.s 21 # Define _start so that linker does not complain.
arm_thm_jump11.s 21 # Define _start so that linker does not complain.
arm_thm_jump8.s 21 # Define _start so that linker does not complain.
thumb_bl_in_range.s 20 # Define _start so that linker does not complain.
thumb_blx_out_of_range.s 21 # Define _start so that linker does not complain.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
gc.exp 43 proc test_gc { testname filename linker ldflags} {
68 if ![ld_simple_link $linker $outfile $options] {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vle-multiseg.s 1 # Make up several VLE text sections which the linker script will put into
  /toolchain/binutils/binutils-2.25/bfd/doc/
Makefile.am 27 syms.texi targets.texi init.texi hash.texi linker.texi \
52 $(srcdir)/../hash.c $(srcdir)/../linker.c \
225 linker.texi: linker.stamp ; @true
226 linker.stamp: $(srcdir)/../linker.c $(srcdir)/doc.str $(MKDOC)
227 ./$(MKDOC) -f $(srcdir)/doc.str < $< >linker.tmp
228 $(SHELL) $(srcdir)/../../move-if-change linker.tmp linker.texi
292 $(srcdir)/../linker.c
    [all...]
  /build/soong/cc/
cc.go 109 LdFlags []string // Flags that apply to linker command lines
221 type linker interface { type
269 // the blueprint.Module interface. It delegates to compiler, linker, and installer interfaces
285 linker linker
309 if c.linker != nil {
310 props = append(props, c.linker.linkerProps()...)
339 if root, ok := c.linker.(interface {
386 if static, ok := ctx.mod.linker.(interface {
395 if static, ok := ctx.mod.linker.(interface
    [all...]
binary.go 89 var _ linker = (*binaryDecorator)(nil)
173 module.linker = binary
223 // However, bionic/linker uses -shared to overwrite.
224 // Linker for x86 targets does not allow coexistance of -static and -shared,
243 flags.DynamicLinker = "/system/bin/linker"
245 // The linux kernel expects the linker to be an
248 "host", "linux_bionic-x86", "bin", "linker")
252 ctx.ModuleErrorf("can't find path to dynamic linker: %q", err)
255 ctx.ModuleErrorf("unknown dynamic linker")
296 flags.LdFlags = append(flags.LdFlags, " -Wl,-dynamic-linker,"+flags.DynamicLinker
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp 39 // Implement the top-level of interface to the compiler/linker,
42 // and the shading language compiler/linker.
    [all...]
  /build/make/target/product/
embedded.mk 68 linker \
  /development/scripts/
gdbclient 130 # and now linker for tapas users...
131 if [ -n "$IS_TAPAS_USER" -a ! -f "$SYMBOLS_DIR/system/bin/linker$USE64BIT" ]; then
132 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
  /device/generic/qemu/
qemu_base.mk 55 linker \
  /external/libusb/android/jni/
Application.mk 21 # Workaround for MIPS toolchain linker being unable to find liblog dependency
  /external/llvm/test/MC/ARM/
eh-compact-pr0.s 65 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
102 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
eh-directive-handlerdata.s 46 @ linker can keep __aeabi_unwind_cpp_pr0.
106 @ linker can keep __aeabi_unwind_cpp_pr0.
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 26 #include "linker.h"
35 namespace linker { namespace
175 linker::set_uniform_initializer(mem_ctx, prog, var->name,
  /external/skia/platform_tools/android/bin/
android_gdbserver 61 adb_pull_if_needed /system/bin/linker $GDB_TMP_DIR
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
Android.mk 33 # bionic linker cant find it without outside help (nativetests):
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 37 ## compile, includes, and linker
54 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker64
56 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker
  /packages/apps/Messaging/jni/
Android.mk 21 # Link to Android logging (liblog.so) and dynamic linker (libdl.so) libraries
  /prebuilts/go/darwin-x86/src/runtime/cgo/
signal_darwin_armx.go 17 // make linker happy
  /prebuilts/go/linux-x86/src/runtime/cgo/
signal_darwin_armx.go 17 // make linker happy

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011>>