Searched refs:FormatVersion (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h32 static const char FormatVersion = 'A'; member in class:mcld::ELFAttribute
33 static const size_t FormatVersionFieldSize = sizeof(FormatVersion); // a byte
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp67 if (attribute_data[0] != FormatVersion) {
143 buffer[0] = FormatVersion;

Completed in 76 milliseconds