OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SONAME
(Results
1 - 11
of
11
) sorted by null
/external/v8/src/
version.cc
43
// Define
SONAME
to have the build system put a specific
SONAME
into the
44
// shared library instead the generic
SONAME
generated from the V8 version
46
#define
SONAME
""
75
const char* Version::soname_ =
SONAME
;
98
// Calculate the
SONAME
for the V8 shared library.
101
// Generate generic
SONAME
if no specific
SONAME
is defined.
111
// Use specific
SONAME
.
/frameworks/rs/
update_rs_prebuilts.sh
12
SONAME
=dylib
22
SONAME
=so
180
libbcc.$
SONAME
181
libbcinfo.$
SONAME
182
libclang.$
SONAME
183
libc++.$
SONAME
184
libLLVM.$
SONAME
187
TOOLS_LIB32="libc++.$
SONAME
"
/external/sonic/
Makefile
8
SONAME
=
soname
11
SONAME
=install_name
35
$(CC) $(CFLAGS) -shared -Wl,-$(
SONAME
),libsonic.so.0 sonic.o -o libsonic.so.$(LIB_TAG)
/external/conscrypt/
update_prebuilts.sh
23
SONAME
=so
/external/regex-re2/
Makefile
34
SONAME
=0
43
MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-
soname
,libre2.so.$(
SONAME
),--version-script=libre2.symbols $(LDFLAGS)
181
$(MAKE_SHARED_LIBRARY) -o $@.$(
SONAME
) $(SOFILES)
182
ln -sf libre2.so.$(
SONAME
) $@
252
$(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(
SONAME
).0.0
253
ln -sf libre2.so.$(
SONAME
).0.0 $(DESTDIR)$(libdir)/libre2.so.$(
SONAME
)
254
ln -sf libre2.so.$(
SONAME
).0.0 $(DESTDIR)$(libdir)/libre2.so
/external/elfutils/src/tests/
run-alldts.sh
44
SONAME
Library
soname
: [(null)]
/external/libvpx/libvpx/build/make/
Makefile
300
-Wl,--no-undefined -Wl,-
soname
,$$(
SONAME
) \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile
281
-Wl,--no-undefined -Wl,-
soname
,$$(
SONAME
) \
/external/libvpx/libvpx/
libs.mk
295
$(BUILD_PFX)$(LIBVPX_SO):
SONAME
= libvpx.so.$(VERSION_MAJOR)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk
293
$(BUILD_PFX)$(LIBVPX_SO):
SONAME
= libvpx.so.$(VERSION_MAJOR)
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
764
LLVM_READOBJ_TYPE_CASE(
SONAME
);
[
all
...]
Completed in 980 milliseconds