/Lib/plat-sunos5/DLFCN.py

http://unladen-swallow.googlecode.com/ · Python · 27 lines · 26 code · 0 blank · 1 comment · 0 complexity · 074b1781b774acaf1b6a658bf3ec74a7 MD5 · raw file

  1. # Generated by h2py from /usr/include/dlfcn.h
  2. from TYPES import *
  3. RTLD_LAZY = 0x00001
  4. RTLD_NOW = 0x00002
  5. RTLD_NOLOAD = 0x00004
  6. RTLD_GLOBAL = 0x00100
  7. RTLD_LOCAL = 0x00000
  8. RTLD_PARENT = 0x00200
  9. RTLD_GROUP = 0x00400
  10. RTLD_WORLD = 0x00800
  11. RTLD_NODELETE = 0x01000
  12. RTLD_CONFGEN = 0x10000
  13. RTLD_REL_RELATIVE = 0x00001
  14. RTLD_REL_EXEC = 0x00002
  15. RTLD_REL_DEPENDS = 0x00004
  16. RTLD_REL_PRELOAD = 0x00008
  17. RTLD_REL_SELF = 0x00010
  18. RTLD_REL_WEAK = 0x00020
  19. RTLD_REL_ALL = 0x00fff
  20. RTLD_MEMORY = 0x01000
  21. RTLD_STRIP = 0x02000
  22. RTLD_NOHEAP = 0x04000
  23. RTLD_CONFSET = 0x10000
  24. RTLD_DI_LMID = 1
  25. RTLD_DI_LINKMAP = 2
  26. RTLD_DI_CONFIGADDR = 3
  27. RTLD_DI_MAX = 3