OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linker
(Results
1 - 25
of
92
) sorted by null
1
2
3
4
/external/valgrind/main/VEX/switchback/
Makefile
2
all: switchback.c
linker
.c
linker
.h
3
gcc -m64 -Wall -O -g -o switchback switchback.c
linker
.c ../libvex_ppc64_linux.a
4
# gcc -Wall -O -g -o switchback switchback.c
linker
.c ../libvex.a
10
rm -f switchback switchback.o
linker
.o
/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/llvm/tools/llvm-link/
Makefile
12
LINK_COMPONENTS :=
linker
bitreader bitwriter asmparser
/external/llvm/tools/bugpoint/
Makefile
12
LINK_COMPONENTS := asmparser instrumentation scalaropts ipo
linker
bitreader \
/external/llvm/tools/llvm-ld/
Makefile
12
LINK_COMPONENTS := ipo scalaropts
linker
archive bitwriter vectorize
/external/clang/test/Preprocessor/
pragma_microsoft.c
8
#pragma comment(
linker
,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}}
9
#pragma comment(
linker
," bar=" BAR)
24
__pragma(comment(
linker
," bar=" BAR))
/external/libpng/scripts/
libpng-config.in
42
--L_opts print
linker
"-L" flags for dynamic linking
43
--R_opts print dynamic
linker
"-R" or "-rpath" flags
44
--ldopts print
linker
options
45
--ldflags print
linker
flags (ldopts, L_opts, R_opts, and libs)
/external/chromium/base/threading/
thread_local_storage_win.cc
137
// Force a reference to _tls_used to make the
linker
create the TLS directory
143
#pragma comment(
linker
, "/INCLUDE:_tls_used")
144
#pragma comment(
linker
, "/INCLUDE:p_thread_callback_base")
148
#pragma comment(
linker
, "/INCLUDE:__tls_used")
149
#pragma comment(
linker
, "/INCLUDE:_p_thread_callback_base")
173
//
linker
/INCLUDE:symbol pragma above.
175
// The
linker
must not discard p_thread_callback_base. (We force a reference
176
// to this variable with a
linker
/INCLUDE:symbol pragma to ensure that.) If
183
//
linker
doesn't discard it.
/external/clang/examples/clang-interpreter/
Makefile
19
linker
selectiondag asmparser instrumentation
/bionic/linker/
Android.mk
6
linker
.c \
24
# in the
linker
; duplicate the HAVE_ARM_TLS_REGISTER definition
39
LOCAL_MODULE:=
linker
50
# is probably specific the
linker
only, so there's no need to modify the build system for
/external/llvm/tools/lto/
Makefile
12
LINK_COMPONENTS := all-targets ipo scalaropts
linker
bitreader bitwriter \
/external/webkit/Source/WebKit2/win/
MainWin.cpp
39
#pragma comment(
linker
, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"")
/external/webkit/Tools/MiniBrowser/win/
main.cpp
42
#pragma comment(
linker
, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"")
/ndk/tests/device/whole-static-libs/jni/
Android.mk
8
# The GNU
linker
will strip un-needed object files from executables even whe
/external/llvm/autoconf/m4/
link_options.m4
2
# Get the
linker
version string.
7
[AC_CACHE_CHECK([for
linker
version],[llvm_cv_link_version],
19
[
Linker
version detected at compile time.])
23
# Determine if the system can handle the -R option being passed to the
linker
.
38
AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the
linker
, in order to add the current directory to the dynamic
linker
search path.])
43
# Determine if the system can handle the -R option being passed to the
linker
.
65
# passed to the
linker
.
/external/llvm/projects/sample/autoconf/m4/
link_options.m4
2
# Get the
linker
version string.
7
[AC_CACHE_CHECK([for
linker
version],[llvm_cv_link_version],
19
[
Linker
version detected at compile time.])
23
# Determine if the system can handle the -R option being passed to the
linker
.
38
AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the
linker
, in order to add the current directory to the dynamic
linker
search path.])
43
# Determine if the system can handle the -R option being passed to the
linker
.
65
# passed to the
linker
.
/external/clang/tools/driver/
Makefile
33
instrumentation ipo
linker
selectiondag
/external/dhcpcd/mk/
prog.mk
21
# If building for /, ensure we use the
linker
in /libexec if different from
24
echo "-Wl,-dynamic-
linker
=/libexec/ld.elf_so"; \
/external/libsepol/tests/
libsepol-tests.c
22
#include "test-
linker
.h"
62
DECLARE_SUITE(
linker
);
/ndk/build/core/
default-build-commands.mk
13
# must appear on the final static
linker
command (order is important).
30
TARGET-get-
linker
-objects-and-libraries = \
69
-Wl,-dynamic-
linker
,/system/bin/
linker
\
114
# Add
linker
scripts flags for executables and shared libraries
/bionic/libdl/arch-sh/
sobegin.S
34
# bionic
linker
relies on. Instead of it, The toolchain for SH-Linux produces
/bionic/libdl/
Android.mk
33
# LOCAL_ALLOW_UNDEFINED_SYMBOLS to remove --no-undefined from the
linker
flags.
/build/core/combo/
TARGET_linux-sh.mk
147
-Wl,-dynamic-
linker
,/system/bin/
linker
\
TARGET_linux-x86.mk
193
-Wl,-dynamic-
linker
,/system/bin/
linker
\
/external/libffi/
ltcf-c.sh
40
##
Linker
Characteristics
61
# On AIX/PPC, the GNU
linker
is very broken
66
*** Warning: the GNU
linker
, at least up to release 2.9.1, is reported
70
*** so that a non-GNU
linker
is found, and then restart.
193
*** Warning: The releases 2.8.* of the GNU
linker
cannot reliably
197
*** your PATH or compiler configuration so that the native
linker
is
250
# PORTME fill in a description of your system's
linker
(not GNU ld)
256
# Note: this
linker
hardcodes the directories in LIBPATH if there
307
# On IA64, the
linker
does run time linking by default, so we don't
375
# The
linker
will automatically build a .lib file if we build a DLL
[
all
...]
Completed in 916 milliseconds
1
2
3
4