enum FileFlag
Declared at: llvm/include/llvm/BinaryFormat/XCOFF.h:63
Enumerators
Name | Value | Comment |
---|---|---|
F_RELFLG | 1 | relocation info stripped from file |
F_EXEC | 2 | file is executable (i.e., it has a loader section) |
F_LNNO | 4 | line numbers stripped from file |
F_LSYMS | 8 | local symbols stripped from file |
F_FDPR_PROF | 16 | file was profiled with FDPR |
F_FDPR_OPTI | 32 | file was reordered with FDPR |
F_DSA | 64 | file uses Dynamic Segment Allocation (32-bit only) |
F_DEP_1 | 128 | Data Execution Protection bit 1 |
F_VARPG | 256 | executable requests using variable size pages |
F_LPTEXT | 1024 | executable requires large pages for text |
F_LPDATA | 2048 | executable requires large pages for data |
F_DYNLOAD | 4096 | file is dynamically loadable and executable (equivalent to F_EXEC on AIX) |
F_SHROBJ | 8192 | file is a shared object |
F_LOADONLY | 16384 | |
F_DEP_2 | 32768 | Data Execution Protection bit 2 |