OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLOPEN
(Results
1 - 3
of
3
) sorted by null
/development/vndk/tools/definition-tool/tests/
test_elf_link_data.py
23
self.x.add_dep(self.z, ELFLinkData.
DLOPEN
)
26
self.z.add_dep(self.w, ELFLinkData.
DLOPEN
)
44
self.x.remove_dep(self.y, ELFLinkData.
DLOPEN
)
58
# NEEDED and
DLOPEN
are counted twice.
67
# NEEDED and
DLOPEN
are counted twice.
/external/mesa3d/bin/
mklib
119
echo ' -
dlopen
make a shared library suitable for dynamic loading'
143
DLOPEN
=0
210
'-
dlopen
')
211
DLOPEN
=1
699
# you want to
dlopen
the file
700
if [ $
DLOPEN
= "1" ] ; then
761
# On Darwin a .bundle is used for a library that you want to
dlopen
762
if [ $
DLOPEN
= "1" ] ; then
/development/vndk/tools/definition-tool/
vndk_definition_tool.py
730
DLOPEN
= 1 # Dependencies introduced by
dlopen
().
770
NEEDED and
DLOPEN
relationship, then it will be counted twice."""
780
dl_deps = zip(self._deps[self.
DLOPEN
], itertools.repeat(self.
DLOPEN
))
789
return self._deps[self.
DLOPEN
]
794
DLOPEN
relationship, then it will be counted twice."""
804
dl_users = zip(self._users[self.
DLOPEN
], itertools.repeat(self.
DLOPEN
))
813
return self._users[self.
DLOPEN
]
[
all
...]
Completed in 127 milliseconds