Advertisement
Guest User

Untitled

a guest
Dec 19th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. /usr/include/llvm/ExecutionEngine/ExecutionEngine.h: /// using dlsym).
  2. /usr/include/llvm/ExecutionEngine/ExecutionEngine.h: /// specified function by using the dlsym function call. As such it is only
  3. /usr/include/llvm/ExecutionEngine/ExecutionEngine.h: /// symbols with dlsym. A client can still use InstallLazyFunctionCreator to
  4. /usr/include/GL/internal/dri_interface.h: * driver, dlsym() for the __DRI_DRIVER_EXTENSIONS symbol and look for
  5. /usr/include/firefox/GStreamerLoader.h: * dlopens the required libraries and dlsyms the functions we need.
  6. /usr/include/bits/dlfcn.h: the function found using `dlsym' using the following macro since
  7. /usr/include/openssl/dso.h: * dlclose, dlsym, etc) will be used and incorporated into this method. If
  8. /usr/include/ltdl.h:LT_SCOPE void * lt_dlsym (lt_dlhandle handle, const char *name);
  9. /usr/include/ltdl.h:} lt_dlsymlist;
  10. /usr/include/ltdl.h:LT_SCOPE int lt_dlpreload (const lt_dlsymlist *preloaded);
  11. /usr/include/ltdl.h:LT_SCOPE int lt_dlpreload_default (const lt_dlsymlist *preloaded);
  12. /usr/include/ltdl.h:extern LT_DLSYM_CONST lt_dlsymlist lt__PROGRAM__LTX_preloaded_symbols[];
  13. /usr/include/link.h: LA_SYMB_DLSYM = 0x08, /* Binding due to dlsym call. */
  14. /usr/include/unicode/urename.h:#define uprv_dlsym_func U_ICU_ENTRY_POINT_RENAME(uprv_dlsym_func)
  15. /usr/include/dlfcn.h:/* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
  16. /usr/include/dlfcn.h:/* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
  17. /usr/include/dlfcn.h: passed to `dlsym' to get symbol values from it. */
  18. /usr/include/dlfcn.h:extern void *dlsym (void *__restrict __handle,
  19. /usr/include/alsa/hwdep.h:/** dlsym version for interface entry callback */
  20. /usr/include/alsa/hwdep.h:#define SND_HWDEP_DLSYM_VERSION _dlsym_hwdep_001
  21. /usr/include/alsa/seq.h:/** dlsym version for interface entry callback */
  22. /usr/include/alsa/seq.h:#define SND_SEQ_DLSYM_VERSION _dlsym_seq_001
  23. /usr/include/alsa/control.h:/** dlsym version for interface entry callback */
  24. /usr/include/alsa/control.h:#define SND_CONTROL_DLSYM_VERSION _dlsym_control_001
  25. /usr/include/alsa/pcm.h:/** dlsym version for interface entry callback */
  26. /usr/include/alsa/pcm.h:#define SND_PCM_DLSYM_VERSION _dlsym_pcm_001
  27. /usr/include/alsa/timer.h:/** dlsym version for interface entry callback */
  28. /usr/include/alsa/timer.h:#define SND_TIMER_DLSYM_VERSION _dlsym_timer_001
  29. /usr/include/alsa/timer.h:/** dlsym version for interface entry callback */
  30. /usr/include/alsa/timer.h:#define SND_TIMER_QUERY_DLSYM_VERSION _dlsym_timer_query_001
  31. /usr/include/alsa/conf.h:/** \brief \c dlsym version for the config evaluate callback. */
  32. /usr/include/alsa/conf.h:#define SND_CONFIG_DLSYM_VERSION_EVALUATE _dlsym_config_evaluate_001
  33. /usr/include/alsa/conf.h:/** \brief \c dlsym version for the config hook callback. */
  34. /usr/include/alsa/conf.h:#define SND_CONFIG_DLSYM_VERSION_HOOK _dlsym_config_hook_001
  35. /usr/include/alsa/global.h:struct snd_dlsym_link {
  36. /usr/include/alsa/global.h: struct snd_dlsym_link *next;
  37. /usr/include/alsa/global.h: const char *dlsym_name;
  38. /usr/include/alsa/global.h: const void *dlsym_ptr;
  39. /usr/include/alsa/global.h:extern struct snd_dlsym_link *snd_dlsym_start;
  40. /usr/include/alsa/global.h: static struct snd_dlsym_link __SND_DLSYM_VERSION(snd_dlsym_, name, version); \
  41. /usr/include/alsa/global.h: void __SND_DLSYM_VERSION(snd_dlsym_constructor_, name, version) (void) __attribute__ ((constructor)); \
  42. /usr/include/alsa/global.h: void __SND_DLSYM_VERSION(snd_dlsym_constructor_, name, version) (void) { \
  43. /usr/include/alsa/global.h: __SND_DLSYM_VERSION(snd_dlsym_, name, version).next = snd_dlsym_start; \
  44. /usr/include/alsa/global.h: __SND_DLSYM_VERSION(snd_dlsym_, name, version).dlsym_name = # name; \
  45. /usr/include/alsa/global.h: __SND_DLSYM_VERSION(snd_dlsym_, name, version).dlsym_ptr = (void *)&name; \
  46. /usr/include/alsa/global.h: snd_dlsym_start = &__SND_DLSYM_VERSION(snd_dlsym_, name, version); \
  47. /usr/include/alsa/global.h:void *snd_dlsym(void *handle, const char *name, const char *version);
  48. /usr/include/alsa/rawmidi.h:/** dlsym version for interface entry callback */
  49. /usr/include/alsa/rawmidi.h:#define SND_RAWMIDI_DLSYM_VERSION _dlsym_rawmidi_001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement