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

1 2

  /external/libpcap/msdos/
common.dj 23 ifeq ($(wildcard $(GCCLIB)/libgcc.a),)
25 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
selective.exp 118 # V850 targets need libgcc.a
120 set libgcc [remote_exec host "$compiler -print-libgcc-file-name"]
121 set libgcc [lindex $libgcc 1]
122 regsub -all "\[\r\n\]" $libgcc "" libgcc
123 set objfile "$objfile $libgcc"
126 # ARM targets need libgcc.a in THUMB mode so that __call_via_r3 is provided
128 set libgcc [remote_exec host "$compiler -print-libgcc-file-name"
    [all...]
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
10 # libgcc.a are made static to libdl.so. This in turn ensures that libraries that
11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
12 # to provide those symbols, but will instead pull them from libgcc.a. Specifically,
14 # libgcc.a it uses.
18 LOCAL_LDFLAGS := -Wl,--exclude-libs=libgcc.a
44 # NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
  /external/compiler-rt/test/builtins/timing/
time 29 test $ARCH $FILE libgcc ""
  /external/autotest/client/tests/kvm/deps/
Makefile 4 i686-pc-mingw32-g++ rss.cpp -O2 -static-libgcc -lws2_32 -lshlwapi -mwindows -o rss.exe
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/bin/
sdl2-config 52 echo -L${exec_prefix}/lib -lmingw32 -lSDL2main -lSDL2 -mwindows -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -XCClinker -static-libgcc
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/bin/
sdl2-config 52 echo -L${exec_prefix}/lib -lmingw32 -lSDL2main -lSDL2 -mwindows -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -XCClinker -static-libgcc
  /toolchain/binutils/binutils-2.25/
Makefile.def 132 target_modules = { module= libgcc; bootstrap=true; no_check=true; };
495 // on libgcc and newlib/libgloss.
501 lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
504 // a dependency on libgcc for native targets to configure.
534 dependencies = { module=install-target-libgfortran; on=install-target-libgcc; };
536 dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; };
538 dependencies = { module=install-target-libvtv; on=install-target-libgcc; };
540 dependencies = { module=install-target-libcilkrts; on=install-target-libgcc; };
541 dependencies = { module=install-target-libjava; on=install-target-libgcc; };
542 dependencies = { module=install-target-libitm; on=install-target-libgcc; };
    [all...]
  /bionic/libc/tools/
genlibgcc_compat.py 5 * references to libgcc.a functions to force the dynamic linker
14 * libgcc.a is a compiler-specific library containing various helper
20 * Normally, one has to place libgcc.a in the link command used to generate
24 * gcc <options> -o libfoo.so foo.a libgcc.a -lc -lm
28 * functions from libgcc.a into each .so and executable, causing 4k+ increase
32 * gcc <options> -o libfoo.so foo.a -lc -lm libgcc.a
  /system/extras/memtrack/
Android.mk 50 # Bug: 18389563 - Today, libc++_static and libgcc have duplicate sybols for
52 # updating compiler-rt to be a superset of libgcc will allow this WAR to be
  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 10 # __cxa_type_match needed by unwinder in libgcc.a. Unfortunately both are built
  /external/valgrind/
Android.build_host.mk 61 # for host 32 bit we need -static-libgcc
  /toolchain/binutils/binutils-2.25/gas/
makefile.vms 30 LIBS=,GNU_CC_LIBRARY:libgcc/lib,sys$$library:vaxcrtl.olb/lib,GNU_CC_LIBRARY:crt0.obj
  /build/core/combo/
TARGET_linux-arm64.mk 141 -print-libgcc-file-name)
TARGET_linux-mips64.mk 141 # any flags which affect libgcc are correctly taken
144 $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc.a)
TARGET_linux-x86_64.mk 67 $(shell $(TARGET_CC) -m64 -print-file-name=libgcc.a)
TARGET_linux-arm.mk 164 # any flags which affect libgcc are correctly taken
167 $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-libgcc-file-name)
TARGET_linux-mips.mk 135 # any flags which affect libgcc are correctly taken
138 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc.a)
TARGET_linux-x86.mk 67 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) -m32 -print-file-name=libgcc.a)
  /ndk/build/core/
default-build-commands.mk 16 # we always put libgcc _after_ all static libraries and _before_ shared
17 # libraries. This ensures that any libgcc function used by the final
67 # This ensures that all libgcc.a functions required by the target
  /ndk/build/tools/
make-standalone-toolchain.sh 240 LIBGCC_PATH=`$TOOLCHAIN_GCC -print-libgcc-file-name`
241 LIBGCC_BASE_PATH=${LIBGCC_PATH%/*} # base path of libgcc.a
gen-platforms.sh 417 COMMAND="$CC -Wl,-shared,-Bsymbolic -Wl,-soname,$LIBRARY -nostdlib -o $TMPO $TMPC -Wl,--exclude-libs,libgcc.a -w"
476 funcs=$(remove_unwanted_function_symbols $ARCH libgcc.a $funcs)
478 vars=$(remove_unwanted_variable_symbols $ARCH libgcc.a $vars)
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 3 # not present in the libgcc that shipped on the platform. In such cases, we link
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh     [all...]

Completed in 555 milliseconds

1 2