OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libgcc
(Results
1 - 12
of
12
) 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
/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`
/development/pdk/pndk/samples/samplejni/
Makefile
13
ALIB := $(PREBUILT)/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/interwork/
libgcc
.a
/ndk/build/core/
default-build-commands.mk
22
# This ensures that all
libgcc
.a functions required by the target
76
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
47
$(shell $(TARGET_CC) -m32 -print-file-name=
libgcc
.a)
TARGET_linux-arm.mk
169
# any flags which affect
libgcc
are correctly taken
171
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
696
# make sure to add -Wl,--exclude-libs=
libgcc
.a to the LOCAL_LDFLAGS for those libraries. This
697
# ensures that symbols that are pulled into those new libraries from
libgcc
.a are not declared
698
# external; if that were the case, then libc would not pull those symbols from
libgcc
.a as it
700
# 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
Completed in 767 milliseconds