Home
last modified time | relevance | path

Searched defs:XCOFFAuxiliaryHeader32 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h72 struct XCOFFAuxiliaryHeader32 : XCOFFAuxiliaryHeader<XCOFFAuxiliaryHeader32> { struct
74 AuxMagic; ///< If the value of the o_vstamp field is greater than 1, the
78 Version; ///< The valid values are 1 and 2. When the o_vstamp field is 2
81 support::ubig32_t TextSize;
82 support::ubig32_t InitDataSize;
83 support::ubig32_t BssDataSize;
84 support::ubig32_t EntryPointAddr;
85 support::ubig32_t TextStartAddr;
86 support::ubig32_t DataStartAddr;
87 support::ubig32_t TOCAnchorAddr;
[all …]