/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns.s | 57 ldy #%addr(test2) ; otherwise linker relaxation fails
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
fp.s | 5 ! -ffunction-cse -freg-struct-return -fdelayed-branch -fcommon -fgnu-linker
|
/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
|
/external/mesa3d/src/compiler/glsl/ |
link_uniform_initializers.cpp | 26 #include "linker.h" 34 namespace linker { namespace 282 linker::set_opaque_binding(mem_ctx, prog, var->type, 314 linker::set_block_binding(prog, name, var->data.mode, 318 linker::set_block_binding(prog, iface_type->name, 328 linker::set_uniform_initializer(mem_ctx, prog, var->name,
|
/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 | 113 LdFlags []string // Flags that apply to linker command lines 227 type linker interface { type 275 // the blueprint.Module interface. It delegates to compiler, linker, and installer interfaces 291 linker linker 316 if c.linker != nil { 317 c.AddProperties(c.linker.linkerProps()...) 351 if root, ok := c.linker.(interface { 405 if static, ok := ctx.mod.linker.(interface { 414 if static, ok := ctx.mod.linker.(interface [all...] |
binary.go | 88 var _ linker = (*binaryDecorator)(nil) 172 module.linker = binary 222 // However, bionic/linker uses -shared to overwrite. 223 // Linker for x86 targets does not allow coexistance of -static and -shared, 242 flags.DynamicLinker = "/system/bin/linker" 244 // The linux kernel expects the linker to be an 247 "host", "linux_bionic-x86", "bin", "linker") 251 ctx.ModuleErrorf("can't find path to dynamic linker: %q", err) 254 ctx.ModuleErrorf("unknown dynamic linker") 295 flags.LdFlags = append(flags.LdFlags, " -Wl,-dynamic-linker,"+flags.DynamicLinker [all...] |
prebuilt.go | 79 module.linker = prebuilt 97 module.linker = prebuilt 137 module.linker = prebuilt
|
kernel_headers.go | 43 module.linker = stub
|
vndk.go | 81 if to.linker == nil { 84 if lib, ok := to.linker.(*libraryDecorator); !ok || !lib.shared() { 114 if _, ok := m.linker.(*llndkStubDecorator); ok { 122 } else if lib, ok := m.linker.(*libraryDecorator); ok && lib.shared() {
|
/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 | 133 # and now linker for tapas users... 134 if [ -n "$IS_TAPAS_USER" -a ! -f "$SYMBOLS_DIR/system/bin/linker$USE64BIT" ]; then 135 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/skia/platform_tools/android/bin/ |
android_gdbserver | 61 adb_pull_if_needed /system/bin/linker $GDB_TMP_DIR
|