OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libgcc
(Results
1 - 14
of
14
) 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
30
# 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
""
/build/core/
raw_executable.mk
8
$(LOCAL_BUILT_MODULE) : PRIVATE_LIBS := `$(TARGET_CC) -mthumb-interwork -print-
libgcc
-file-name`
/ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk
10
# __cxa_type_match needed by unwinder in
libgcc
.a. Unfortunately both are built
/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/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
"
/build/core/combo/
TARGET_linux-arm.mk
162
# any flags which affect
libgcc
are correctly taken
164
TARGET_LIBGCC := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-
libgcc
-file-name)
TARGET_linux-mips.mk
148
# any flags which affect
libgcc
are correctly taken
151
$(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=
libgcc
.a)
TARGET_linux-x86.mk
65
$(shell $(TARGET_CC) -m32 -print-file-name=
libgcc
.a)
/ndk/build/tools/
make-standalone-toolchain.sh
219
LIBGCC_PATH=`$TOOLCHAIN_GCC -print-
libgcc
-file-name`
220
LIBGCC_BASE_PATH=${LIBGCC_PATH%/*} # base path of
libgcc
.a
gen-platforms.sh
458
funcs=$(remove_unwanted_function_symbols $ARCH
libgcc
.a $funcs)
/bionic/libc/
Android.mk
910
# make sure to add -Wl,--exclude-libs=
libgcc
.a to the LOCAL_LDFLAGS for those libraries. This
911
# ensures that symbols that are pulled into those new libraries from
libgcc
.a are not declared
912
# external; if that were the case, then libc would not pull those symbols from
libgcc
.a as it
914
# create an "cloaked" dependency on
libgcc
.a in libc though the libraries, which is not what
/external/compiler-rt/make/platform/
clang_darwin.mk
3
# not present in the
libgcc
that shipped on the platform. In such cases, we link
/external/chromium_org/native_client_sdk/src/tools/
create_nmf.py
267
set(['x86-32/libc.so', 'x86-64/
libgcc
.so'])
Completed in 251 milliseconds