OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SONAME
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
version.cc
43
// Define
SONAME
to have the SCons build the 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
.
/external/libvpx/build/make/
Makefile
226
-Wl,--no-undefined -Wl,-
soname
,$$(
SONAME
) \
/external/libvpx/
libs.mk
188
$(BUILD_PFX)$(LIBVPX_SO):
SONAME
= libvpx.so.$(VERSION_MAJOR)
Completed in 51 milliseconds