Searched refs:lt_dlhandle (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/libtool/libltdl/
H A Dltdl.h156 typedef struct lt_dlhandle_struct *lt_dlhandle; /* A loaded module. */
174 LT_SCOPE lt_dlhandle lt_dlopen LT_PARAMS((const char *filename));
175 LT_SCOPE lt_dlhandle lt_dlopenext LT_PARAMS((const char *filename));
176 LT_SCOPE lt_ptr lt_dlsym LT_PARAMS((lt_dlhandle handle,
179 LT_SCOPE int lt_dlclose LT_PARAMS((lt_dlhandle handle));
182 LT_SCOPE int lt_dlmakeresident LT_PARAMS((lt_dlhandle handle));
183 LT_SCOPE int lt_dlisresident LT_PARAMS((lt_dlhandle handle));
256 LT_SCOPE const lt_dlinfo *lt_dlgetinfo LT_PARAMS((lt_dlhandle handle));
257 LT_SCOPE lt_dlhandle lt_dlhandle_next LT_PARAMS((lt_dlhandle plac
153 typedef struct lt_dlhandle_struct *lt_dlhandle; /* A loaded module. */ typedef in typeref:struct:lt_dlhandle_struct
[all...]
H A Dltdl.c852 lt_dlhandle *deplibs; /* dependencies */
1320 static lt_dlhandle handles;
1327 lt_dlhandle cur;
2183 static lt_dlhandle *find_handle LT_PARAMS((const char *search_path,
2185 lt_dlhandle *handle));
2186 static int find_module LT_PARAMS((lt_dlhandle *handle,
2194 static int load_deplibs LT_PARAMS((lt_dlhandle handle,
2198 static int try_dlopen LT_PARAMS((lt_dlhandle *handle,
2200 static int tryall_dlopen LT_PARAMS((lt_dlhandle *handle,
2202 static int unload_deplibs LT_PARAMS((lt_dlhandle handl
[all...]
/haiku-buildtools/libtool/mdemo/
H A Dmain.c29 lt_dlhandle handle;
123 lt_dlhandle handle;
H A Dmlib.c30 lt_dlhandle handle;

Completed in 47 milliseconds