123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- # Generated by h2py from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/include/dlfcn.h
- _DLFCN_H = 1
- # Included from features.h
- _FEATURES_H = 1
- _DEFAULT_SOURCE = 1
- _ISOC95_SOURCE = 1
- _ISOC99_SOURCE = 1
- _ISOC11_SOURCE = 1
- _POSIX_SOURCE = 1
- _POSIX_C_SOURCE = 200809L
- _XOPEN_SOURCE = 700
- _XOPEN_SOURCE_EXTENDED = 1
- _LARGEFILE64_SOURCE = 1
- _DEFAULT_SOURCE = 1
- _ATFILE_SOURCE = 1
- _DEFAULT_SOURCE = 1
- __USE_ISOC11 = 1
- __USE_ISOC99 = 1
- __USE_ISOC95 = 1
- __USE_ISOCXX11 = 1
- __USE_POSIX_IMPLICITLY = 1
- _POSIX_SOURCE = 1
- _POSIX_C_SOURCE = 200809L
- _POSIX_SOURCE = 1
- _POSIX_C_SOURCE = 2
- _POSIX_C_SOURCE = 199506L
- _POSIX_C_SOURCE = 200112L
- _POSIX_C_SOURCE = 200809L
- __USE_POSIX_IMPLICITLY = 1
- __USE_POSIX = 1
- __USE_POSIX2 = 1
- __USE_POSIX199309 = 1
- __USE_POSIX199506 = 1
- __USE_XOPEN2K = 1
- __USE_ISOC95 = 1
- __USE_ISOC99 = 1
- __USE_XOPEN2K8 = 1
- _ATFILE_SOURCE = 1
- __USE_XOPEN = 1
- __USE_XOPEN_EXTENDED = 1
- __USE_UNIX98 = 1
- _LARGEFILE_SOURCE = 1
- __USE_XOPEN2K8 = 1
- __USE_XOPEN2K8XSI = 1
- __USE_XOPEN2K = 1
- __USE_XOPEN2KXSI = 1
- __USE_ISOC95 = 1
- __USE_ISOC99 = 1
- __USE_XOPEN_EXTENDED = 1
- __USE_LARGEFILE = 1
- __USE_LARGEFILE64 = 1
- __USE_FILE_OFFSET64 = 1
- __USE_MISC = 1
- __USE_ATFILE = 1
- __USE_GNU = 1
- __USE_REENTRANT = 1
- __USE_FORTIFY_LEVEL = 2
- __USE_FORTIFY_LEVEL = 1
- __USE_FORTIFY_LEVEL = 0
- # Included from stdc-predef.h
- _STDC_PREDEF_H = 1
- __STDC_IEC_559__ = 1
- __STDC_IEC_559__ = 1
- __STDC_IEC_559_COMPLEX__ = 1
- __STDC_IEC_559_COMPLEX__ = 1
- __STDC_ISO_10646__ = 201505L
- __STDC_NO_THREADS__ = 1
- __GNU_LIBRARY__ = 6
- __GLIBC__ = 2
- __GLIBC_MINOR__ = 24
- # Included from sys/cdefs.h
- _SYS_CDEFS_H = 1
- def __NTH(fct): return fct
- def __NTH(fct): return fct
- def __P(args): return args
- def __PMT(args): return args
- def __STRING(x): return #x
- def __bos(ptr): return __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1)
- def __bos0(ptr): return __builtin_object_size (ptr, 0)
- def __warnattr(msg): return __attribute__((__warning__ (msg)))
- __flexarr = []
- __flexarr = [0]
- __flexarr = []
- __flexarr = [1]
- def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
- def __attribute__(xyz): return
- def __attribute_alloc_size__(params): return \
- def __attribute_alloc_size__(params): return
- def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
- def __attribute_format_arg__(x): return
- def __glibc_unlikely(cond): return __builtin_expect ((cond), 0)
- def __glibc_likely(cond): return __builtin_expect ((cond), 1)
- def __glibc_unlikely(cond): return (cond)
- def __glibc_likely(cond): return (cond)
- # Included from bits/wordsize.h
- __WORDSIZE = 64
- __WORDSIZE = 32
- __WORDSIZE_TIME64_COMPAT32 = 1
- __SYSCALL_WORDSIZE = 64
- __LDBL_COMPAT = 1
- def __LDBL_REDIR_DECL(name): return \
- __USE_LARGEFILE = 1
- __USE_LARGEFILE64 = 1
- __USE_EXTERN_INLINES = 1
- # Included from gnu/stubs.h
- # Included from gnu/stubs-64.h
- # Included from bits/dlfcn.h
- RTLD_LAZY = 0x00001
- RTLD_NOW = 0x00002
- RTLD_BINDING_MASK = 0x3
- RTLD_NOLOAD = 0x00004
- RTLD_DEEPBIND = 0x00008
- RTLD_GLOBAL = 0x00100
- RTLD_LOCAL = 0
- RTLD_NODELETE = 0x01000
- LM_ID_BASE = 0
- LM_ID_NEWLM = -1
|