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

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 34 static const size_t SubsectionLengthFieldSize = 4; // a 4-byte integer
45 FormatVersionFieldSize + SubsectionLengthFieldSize +
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 87 const char* vendor_name = subsection_data + SubsectionLengthFieldSize;
92 (subsection_length <= (SubsectionLengthFieldSize + vendor_name_length)))
105 subsection_offset + SubsectionLengthFieldSize + vendor_name_length;
107 subsection_length - SubsectionLengthFieldSize - vendor_name_length;
118 } while ((subsection_offset + SubsectionLengthFieldSize) <
292 return ELFAttribute::SubsectionLengthFieldSize +

Completed in 101 milliseconds