LIEF: Library to Instrument Executable Formats
Version 0.17.0
Loading...
Searching...
No Matches
lief-static-install
include
LIEF
MachO
MachO/enums.h
Go to the documentation of this file.
1
#ifndef LIEF_MACHO_C_ENUMS_H_
2
#define LIEF_MACHO_C_ENUMS_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#ifdef _LIEF_EN
9
#undef _LIEF_EN
10
#endif
11
12
#ifdef _LIEF_EN_2
13
#undef _LIEF_EN_2
14
#endif
15
16
#ifdef _LIEF_EI
17
#undef _LIEF_EI
18
#endif
19
20
#define _LIEF_EN(N) LIEF_MACHO_##N
21
#define _LIEF_EN_2(N, TYPE) LIEF_MACHO_##N
22
#define _LIEF_EI(X) LIEF_MACHO_##X
23
24
#include "
LIEF/MachO/enums.inc
"
25
26
#undef _LIEF_EN
27
#undef _LIEF_EN_2
28
#undef _LIEF_EI
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
35
#endif
enums.inc
Generated by
1.13.0