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

  /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
29 # NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
  /external/compiler-rt/test/timing/
time 29 test $ARCH $FILE libgcc ""
  /frameworks/compile/libbcc/runtime/test/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`
  /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
47 # This ensures that all libgcc.a functions required by the target
91 TARGET_LIBGCC = $(shell $(TARGET_CC) -print-libgcc-file-name)
  /build/core/combo/
TARGET_linux-sh.mk 82 # any flags which affect libgcc are correctly taken
84 LIBGCC_FILENAME := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-libgcc-file-name)
85 LIBGCC_EH_FILENAME := $(subst libgcc,libgcc_eh,$(LIBGCC_FILENAME))
TARGET_linux-x86.mk 59 $(shell $(TARGET_CC) -m32 -print-file-name=libgcc.a)
TARGET_linux-arm.mk 173 # any flags which affect libgcc are correctly taken
175 TARGET_LIBGCC := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-libgcc-file-name)
  /frameworks/compile/libbcc/runtime/make/platform/
clang_darwin.mk 3 # not present in the libgcc that shipped on the platform. In such cases, we link
  /external/libffi/testsuite/lib/
libffi-dg.exp 107 set gccdir [lookfor_file $tool_root_dir gcc/libgcc.a]
186 # find the libgcc used by libffi.dylib. We could pass the
188 # to just make the linker find libgcc using -L options.
190 lappend options "libs= -shared-libgcc"
  /bionic/libc/
Android.mk 685 # make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
686 # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
687 # external; if that were the case, then libc would not pull those symbols from libgcc.a as it
689 # create an "cloaked" dependency on libgcc.a in libc though the libraries, which is not what
  /ndk/build/tools/
gen-platforms.sh 304 # out: Input list, without any libgcc symbol
309 echo "$@" | tr ' ' '\n' | grep -v -F -f $PROGDIR/toolchain-symbols/$ARCH/libgcc.a.functions.txt
  /external/compiler-rt/make/platform/
clang_darwin.mk 3 # not present in the libgcc that shipped on the platform. In such cases, we link

Completed in 628 milliseconds