ATLAS Offline Software
|
Collecting a few shared bits and pieces from SEAL headers. More...
Go to the source code of this file.
Macros | |
#define | IOFD_INVALID -1 |
Invalid channel descriptor constant. More... | |
#define | PATH 0 |
#define | STDC |
#define | ELF_ABI 32 |
#define | ElfW(type) ElfW1(Elf,ELF_ABI,type) |
#define | ElfW1(e, w, t) ElfW2(Elf,w,_##t) |
#define | ElfW2(e, w, t) e ## w ## t |
Typedefs | |
typedef int | IOFD |
Type the system uses for channel descriptors. More... | |
Collecting a few shared bits and pieces from SEAL headers.
Definition in file SealCommon.h.
#define ELF_ABI 32 |
Definition at line 208 of file SealCommon.h.
Definition at line 211 of file SealCommon.h.
#define ElfW1 | ( | e, | |
w, | |||
t | |||
) | ElfW2(Elf,w,_##t) |
Definition at line 212 of file SealCommon.h.
#define ElfW2 | ( | e, | |
w, | |||
t | |||
) | e ## w ## t |
Definition at line 213 of file SealCommon.h.
#define IOFD_INVALID -1 |
#define PATH 0 |
Definition at line 162 of file SealCommon.h.
#define STDC |
Definition at line 171 of file SealCommon.h.
typedef int IOFD |