Searched refs:Format_Version (Results 1 – 4 of 4) sorted by relevance
33 enum AttrMagic { Format_Version = 0x41 }; enumerator
104 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
203 if (formatVersion != ELFAttrs::Format_Version) in parse()
378 if (Contents[0] != ELFAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()