Searched defs:subsection_length (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp82 uint32_t subsection_length = local
86 bswap32(subsection_length);
94 (subsection_length <= (SubsectionLengthFieldSize + vendor_name_length)))
109 size_t vendor_data_size = subsection_length - SubsectionLengthFieldSize -
120 subsection_offset += subsection_length;
340 uint32_t subsection_length = (buffer - pBuf) + subsubsection_length; local
358 bswap32(subsection_length);
361 ::memcpy(subsection_length_hole, &subsection_length, sizeof(uint32_t));
363 return subsection_length;

Completed in 365 milliseconds