Home
last modified time | relevance | path

Searched refs:_dlopen (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Dconfigure1150 cat <<EOF >_dlopen.c
1158 if $XCC _dlopen.c -o _dlopen 2>&3; then
1160 elif $XCC _dlopen.c -ldl -o _dlopen 2>&3; then
1167 rm -f _dlopen.c _dlopen
/external/python/cpython2/Lib/ctypes/
D__init__.py109 from _ctypes import LoadLibrary as _dlopen unknown
138 from _ctypes import dlopen as _dlopen unknown
362 self._handle = _dlopen(self._name, mode)
/external/libcxx/lib/abi/3.9/
Dx86_64-apple-darwin16.abilist2359 {'type': 'U', 'name': '_dlopen'}