Home
last modified time | relevance | path

Searched refs:FormatVersionFieldSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttribute.h33 static const size_t FormatVersionFieldSize = sizeof(FormatVersion); // a byte variable
45 FormatVersionFieldSize + SubsectionLengthFieldSize +
/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp73 size_t subsection_offset = FormatVersionFieldSize; in merge()
125 size_t total_size = FormatVersionFieldSize; in sizeOutput()
144 total_size += FormatVersionFieldSize; in emit()