HomeSort by relevance Sort by last modified time
    Searched refs:linker (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 23 @ generating an external relocation so the linker can create a branch
  /external/llvm/tools/lto/
Makefile 12 LINK_COMPONENTS := all-targets ipo scalaropts linker bitreader bitwriter \
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 33 #include <bcc/Linker.h>
103 OptDyld("dynamic-linker",
104 llvm::cl::desc("Set the name of the dynamic linker."),
213 bool ConfigLinker(Linker &pLinker, const std::string &pOutputFilename) {
222 llvm::errs() << "Out of memory when create the linker configuration!\n";
240 // 3. If given, set up dynamic linker path.
276 Linker::ErrorCode result = pLinker.config(*config);
277 if (Linker::kSuccess != result) {
278 llvm::errs() << "Failed to configure the linker! (detail: "
279 << Linker::GetErrorString(result) << ")\n"
368 Linker linker; local
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 26 #include <alone/Linker.h>
96 OptDyld("dynamic-linker",
97 llvm::cl::desc("Set the name of the dynamic linker."),
206 bool ConfigLinker(Linker &pLinker, const std::string &pOutputFilename) {
215 llvm::errs() << "Out of memory when create the linker configuration!\n";
233 // 3. If given, set up dynamic linker path.
265 Linker::ErrorCode result = pLinker.config(*config);
266 if (Linker::kSuccess != result) {
267 llvm::errs() << "Failed to configure the linker! (detail: "
268 << Linker::GetErrorString(result) << ")\n"
357 Linker linker; local
    [all...]
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 61 LFLAGS += -Wl,-dynamic-linker,/system/bin/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 = \
49 # linker has run. This makes GOT overwrite security attacks harder to
build-binary.mk 99 # If LOCAL_ALLOW_UNDEFINED_SYMBOLS is not true, the linker will allow the generation
287 # prepend a -L$(SYSROOT_LINK)/usr/lib to it to ensure that the linker
340 $(call ndk_log,Building static library module '$(LOCAL_MODULE)' with linker list file)
418 $(call ndk_log,Building ELF binary module '$(LOCAL_MODULE)' with linker list file)
420 linker_list_file := $(LOCAL_OBJS_DIR)/linker.list
426 # The list of object/static/shared libraries passed to the linker when
430 linker_objects_and_libraries = $(strip $(call TARGET-get-linker-objects-and-libraries,\
  /bionic/libdl/
Android.mk 34 # LOCAL_ALLOW_UNDEFINED_SYMBOLS to remove --no-undefined from the linker flags.
  /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...]
ltcf-gcj.sh 43 ## Linker Characteristics
64 # On AIX/PPC, the GNU linker is very broken
69 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
73 *** so that a non-GNU linker is found, and then restart.
196 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
200 *** your PATH or compiler configuration so that the native linker is
249 # PORTME fill in a description of your system's linker (not GNU ld)
255 # Note: this linker hardcodes the directories in LIBPATH if there
306 # On IA64, the linker does run time linking by default, so we don't
374 # The linker will automatically build a .lib file if we build a DLL
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 259 -Wl,-dynamic-linker,/system/bin/linker \
TARGET_linux-mips.mk 250 -Wl,-dynamic-linker,/system/bin/linker \
TARGET_linux-x86.mk 205 -Wl,-dynamic-linker,/system/bin/linker \
  /external/stlport/test/eh/
intel50.mak 29 # linker finds proper STLport lib automatically, only path to the library is needed
  /external/valgrind/main/VEX/unused/
linker.c 104 outside one of these is an error in the linker. */
194 "checkProddableBlock: invalid fixup %p in runtime linker\n",
282 // Top-level linker control.
433 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d",
446 IF_DEBUG(linker,belch( "Rel entry %3d is raw(%6p %6p)",
449 IF_DEBUG(linker,belch( " ZERO" ));
559 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d",
580 IF_DEBUG(linker,belch( "Rel entry %3d is raw(%6p %6p %6p) ",
584 IF_DEBUG(linker,belch( " ZERO" ));
619 IF_DEBUG(linker,belch( "`%s' resolves to %p\n", symbol, (void*)S ))
    [all...]
  /system/extras/tests/bionic/libstdc++/
Android.mk 42 # you can use EXTRA_LDLIBS to indicate additional linker flags
  /system/extras/tests/bionic/libc/
Android.mk 44 # you can use EXTRA_LDLIBS to indicate additional linker flags
112 # The 'test_dlopen_null' tests requires specific linker flags
118 # garbage-collected by the gold linker, since the function
  /external/valgrind/main/VEX/switchback/
linker.c 3 Linker no longer used - apart from mymalloc().
5 ./> (cd .. && make EXTRA_CFLAGS="-m64" libvex_ppc64_linux.a) && gcc -m64 -Wall -O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a test_bzip2.c
20 #include "linker.h"
168 outside one of these is an error in the linker. */
258 "checkProddableBlock: invalid fixup %p in runtime linker\n",
348 // Top-level linker control.
527 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d",
540 IF_DEBUG(linker,belch( "Rel entry %3d is raw(%6p %6p)",
543 IF_DEBUG(linker,belch( " ZERO" ));
653 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d"
    [all...]
  /ndk/
ndk-gdb 690 run adb_cmd pull /system/bin/linker `native_path $APP_OUT/linker`
691 log "Pulled linker from device/emulator."
  /development/ndk/platforms/android-9/arch-x86/src/
crtbegin_dynamic.S 48 # by the dynamic linker before this code runs
crtbegin_static.S 48 # by the dynamic linker before this code runs
  /external/libppp/src/
id.c 44 #include <sys/linker.h>
  /external/stlport/
configure 49 pass extra options to linker (via C/C++)
101 \$LDFLAGS pass extra options to linker (via C/C++)
  /dalvik/vm/
Android.mk 124 # dependencies like expat are not found by the linker.
  /external/icu4c/common/
Android.mk 114 # that we need to satisfy the linker.

Completed in 4312 milliseconds

12 3 4 5