Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / lib / python2.4 / plat-sunos5 / DLFCN.py
CommitLineData
920dae64
AT
1# Generated by h2py from /usr/include/dlfcn.h
2from TYPES import *
3RTLD_LAZY = 0x00001
4RTLD_NOW = 0x00002
5RTLD_NOLOAD = 0x00004
6RTLD_GLOBAL = 0x00100
7RTLD_LOCAL = 0x00000
8RTLD_PARENT = 0x00200
9RTLD_GROUP = 0x00400
10RTLD_WORLD = 0x00800
11RTLD_NODELETE = 0x01000
12RTLD_CONFGEN = 0x10000
13RTLD_REL_RELATIVE = 0x00001
14RTLD_REL_EXEC = 0x00002
15RTLD_REL_DEPENDS = 0x00004
16RTLD_REL_PRELOAD = 0x00008
17RTLD_REL_SELF = 0x00010
18RTLD_REL_WEAK = 0x00020
19RTLD_REL_ALL = 0x00fff
20RTLD_MEMORY = 0x01000
21RTLD_STRIP = 0x02000
22RTLD_NOHEAP = 0x04000
23RTLD_CONFSET = 0x10000
24RTLD_DI_LMID = 1
25RTLD_DI_LINKMAP = 2
26RTLD_DI_CONFIGADDR = 3
27RTLD_DI_MAX = 3