enum AuxHeaderFlags64
Declared at: llvm/include/llvm/BinaryFormat/XCOFF.h:48
Enumerators
Name | Value | Comment |
---|---|---|
SHR_SYMTAB | 32768 | At exec time, create shared symbol table for program (main program only). |
FORK_POLICY | 16384 | Forktree policy specified (main program only). |
FORK_COR | 8192 | If _AOUT_FORK_POLICY is set, specify copy-on-reference if this bit is set. Specify copy-on- write otherwise. If _AOUT_FORK_POLICY is 0, this bit is reserved for future use and should be set to 0. |