enum FileFlag

Declared at: llvm/include/llvm/BinaryFormat/XCOFF.h:63

Enumerators

NameValueComment
F_RELFLG1relocation info stripped from file
F_EXEC2file is executable (i.e., it has a loader section)
F_LNNO4line numbers stripped from file
F_LSYMS8local symbols stripped from file
F_FDPR_PROF16file was profiled with FDPR
F_FDPR_OPTI32file was reordered with FDPR
F_DSA64file uses Dynamic Segment Allocation (32-bit only)
F_DEP_1128Data Execution Protection bit 1
F_VARPG256executable requests using variable size pages
F_LPTEXT1024executable requires large pages for text
F_LPDATA2048executable requires large pages for data
F_DYNLOAD4096file is dynamically loadable and executable (equivalent to F_EXEC on AIX)
F_SHROBJ8192file is a shared object
F_LOADONLY16384
F_DEP_232768Data Execution Protection bit 2