Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SONAME
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/utils/
H
A
D
version.cc
12
// Define
SONAME
to have the build system put a specific
SONAME
into the
13
// shared library instead the generic
SONAME
generated from the V8 version
15
#define
SONAME
""
macro
26
const char* Version::soname_ =
SONAME
;
41
// Calculate the
SONAME
for the V8 shared library.
44
// Generate generic
SONAME
if no specific
SONAME
is defined.
in GetSONAME()
54
// Use specific
SONAME
.
in GetSONAME()
59
#undef
SONAME
macro
[all...]
/third_party/pulseaudio/sonic/
H
A
D
Makefile
8
SONAME
=soname
macro
11
SONAME
=install_name
macro
35
$(CC) $(CFLAGS) -shared -Wl,-$(
SONAME
),libsonic.so.0 sonic.o -o libsonic.so.$(LIB_TAG)
/third_party/curl/packages/OS400/
H
A
D
initscript.sh
59
# Extract the
SONAME
from the library makefile.
61
SONAME
=`sed -e '/^VERSIONCHANGE=/!d;s/^.*=\([0-9]*\).*/\1/' \
63
export
SONAME
Completed in 1 milliseconds