HomeSort by relevance Sort by last modified time
    Searched refs:FormatVersionFieldSize (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 33 static const size_t FormatVersionFieldSize = sizeof(FormatVersion); // a byte
45 FormatVersionFieldSize + SubsectionLengthFieldSize +
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 73 size_t subsection_offset = FormatVersionFieldSize;
125 size_t total_size = FormatVersionFieldSize;
144 total_size += FormatVersionFieldSize;

Completed in 88 milliseconds