HomeSort by relevance Sort by last modified time
    Searched refs:libgcc (Results 1 - 16 of 16) 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
30 # 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 ""
  /build/core/
raw_executable.mk 8 $(LOCAL_BUILT_MODULE) : PRIVATE_LIBS := `$(TARGET_CC) -mthumb-interwork -print-libgcc-file-name`
  /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
  /build/core/combo/
TARGET_linux-arm64.mk 132 -print-libgcc-file-name)
TARGET_linux-mips64.mk 131 # any flags which affect libgcc are correctly taken
134 $(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 162 # any flags which affect libgcc are correctly taken
165 $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-libgcc-file-name)
TARGET_linux-mips.mk 130 # any flags which affect libgcc are correctly taken
133 $(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)
  /external/chromium_org/native_client_sdk/src/tools/lib/
get_shared_deps.py 142 set(['x86-32/libc.so', 'x86-64/libgcc.so'])
  /bionic/libc/
Android.mk     [all...]
  /bionic/libm/
Android.mk 298 LOCAL_LDFLAGS_arm64 := -Wl,--exclude-libs,libgcc.a
299 LOCAL_LDFLAGS_mips64 := -Wl,--exclude-libs,libgcc.a
300 LOCAL_LDFLAGS_x86_64 := -Wl,--exclude-libs,libgcc.a
  /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

Completed in 676 milliseconds