Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp87 const char* vendor_name = subsection_data + SubsectionLengthFieldSize; in merge()
92 (subsection_length <= (SubsectionLengthFieldSize + vendor_name_length))) in merge()
105 subsection_offset + SubsectionLengthFieldSize + vendor_name_length; in merge()
107 subsection_length - SubsectionLengthFieldSize - vendor_name_length; in merge()
118 } while ((subsection_offset + SubsectionLengthFieldSize) < in merge()
292 return ELFAttribute::SubsectionLengthFieldSize + in sizeOutput()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttribute.h34 static const size_t SubsectionLengthFieldSize = 4; // a 4-byte integer variable
45 FormatVersionFieldSize + SubsectionLengthFieldSize +