Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h78 struct XCOFFAuxiliaryHeader32 : XCOFFAuxiliaryHeader<XCOFFAuxiliaryHeader32> { struct
80 AuxMagic; ///< If the value of the o_vstamp field is greater than 1, the
84 Version; ///< The valid values are 1 and 2. When the o_vstamp field is 2
87 support::ubig32_t TextSize;
88 support::ubig32_t InitDataSize;
89 support::ubig32_t BssDataSize;
90 support::ubig32_t EntryPointAddr;
91 support::ubig32_t TextStartAddr;
92 support::ubig32_t DataStartAddr;
93 support::ubig32_t TOCAnchorAddr;
[all …]