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

  /external/libpcap/msdos/
common.dj 24 ifeq ($(wildcard $(GCCLIB)/libgcc.a),)
26 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
  /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 -Wl,--version-script=$(LOCAL_PATH)/libdl.map
31 # 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 ""
  /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
  /build/core/combo/
TARGET_linux-arm64.mk 138 -print-libgcc-file-name)
TARGET_linux-mips64.mk 137 # any flags which affect libgcc are correctly taken
140 $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc.a)
TARGET_linux-x86_64.mk 62 $(shell $(TARGET_CC) -m64 -print-file-name=libgcc.a)
TARGET_linux-arm.mk 163 # any flags which affect libgcc are correctly taken
166 $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-libgcc-file-name)
TARGET_linux-mips.mk 133 # any flags which affect libgcc are correctly taken
136 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc.a)
TARGET_linux-x86.mk 62 $(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
  /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
clang_darwin.mk 3 # not present in the libgcc that shipped on the platform. In such cases, we link
  /ndk/build/tools/
gen-platforms.sh 438 COMMAND="$CC -Wl,-shared,-Bsymbolic -Wl,-soname,$LIBRARY -nostdlib -o $TMPO $TMPC -Wl,--exclude-libs,libgcc.a"
495 funcs=$(remove_unwanted_function_symbols $ARCH libgcc.a $funcs)
497 vars=$(remove_unwanted_variable_symbols $ARCH libgcc.a $vars)
    [all...]
make-standalone-toolchain.sh 307 LIBGCC_PATH=`$TOOLCHAIN_GCC -print-libgcc-file-name`
308 LIBGCC_BASE_PATH=${LIBGCC_PATH%/*} # base path of libgcc.a
  /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...]
  /bionic/libc/
Android.mk     [all...]
  /bionic/libm/
Android.mk 537 LOCAL_LDFLAGS_64 := -Wl,--exclude-libs,libgcc.a

Completed in 348 milliseconds