HomeSort by relevance Sort by last modified time
    Searched refs:linker (Results 1 - 25 of 606) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
pragma-comment.c 12 #pragma comment(linker," /bar=" BAR)
13 #pragma comment(linker," /foo=\"foo bar\"")
16 // CHECK: !{{[0-9]+}} = !{i32 6, !"Linker Options", ![[link_opts:[0-9]+]]}
  /external/llvm/bindings/ocaml/linker/
Makefile 1 ##===- bindings/ocaml/linker/Makefile ----------------------*- Makefile -*-===##
16 UsedComponents := linker
  /sdk/find_java2/WinLauncher2/
stdafx.h 58 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
60 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
62 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
  /external/llvm/utils/
check-each-file 7 if [ x$1 = x--make-linker-script ]
10 linker=./link-$program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
18 chmod 755 $linker
19 echo "Linker script created in $linker; testing it out"
20 output=`./$linker 2>&1`
26 echo "Done; rebuilding $linker"
27 echo "rm -f $program" > $linker
    [all...]
  /external/valgrind/VEX/switchback/
Makefile 4 all: switchback.c linker.c linker.h
5 $CC -m64 -Wall -O -g -o switchback switchback.c linker.c \
12 rm -f switchback switchback.o linker.o
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
thumb-b-lks-sym.s 1 @ Test to ensure that the b to linker script symbol isn't changed to other format.
thumb-bl-lks-sym.s 1 @ Test to ensure that the bl to linker script symbol isn't changed to blx with immediate address.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-1.s 1 # A most simple instruction needing a linker-supplied GREG.
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.h 25 void nacl_final_write_processing (bfd *, bfd_boolean linker);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-1b.d 2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
basep-2b.d 2 #as: --no-predefined-syms -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
basep-3b.d 2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
basep-4.d 2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
basep-6.d 2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
err-bpo4.s 3 # Base-plus-offset without -linker-allocated-gregs.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
provide-3.d 3 #error: symbol defined in linker script and object file
  /art/compiler/linker/x86/
relative_patcher_x86.h 20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
35 } // namespace linker
  /art/compiler/linker/x86_64/
relative_patcher_x86_64.h 20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
35 } // namespace linker
  /external/llvm/tools/bugpoint/
Makefile 12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
  /external/llvm/tools/llvm-link/
Makefile 12 LINK_COMPONENTS := linker bitreader bitwriter asmparser irreader object
  /external/llvm/unittests/Linker/
Makefile 1 ##===- unittests/Linker/Makefile ---------------------------*- Makefile -*-===##
11 TESTNAME = Linker
12 LINK_COMPONENTS := core linker asmparser
  /external/skia/src/ports/
SkTLS_win.cpp 41 #pragma comment(linker, "/INCLUDE:_tls_used")
42 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
46 #pragma comment(linker, "/INCLUDE:__tls_used")
47 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
  /external/clang/test/Preprocessor/
pragma_ps4.c 10 #pragma comment(linker) // expected-warning {{'#pragma comment linker' ignored}}
11 #pragma comment(linker,"foo") // expected-warning {{'#pragma comment linker' ignored}}
12 __pragma(comment(linker, " bar=" "2")) // expected-warning {{'#pragma comment linker' ignored}}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group1.d 6 # generic linker targets don't comply with all symbol merging rules
group3b.d 6 # generic linker targets don't comply with all symbol merging rules

Completed in 2425 milliseconds

1 2 3 4 5 6 7 8 91011>>