Searched refs:subsubsection_length (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp215 size_t subsubsection_length = local
219 bswap32(subsubsection_length);
221 if (subsubsection_length > remaining_size) {
223 subsubsection_length = remaining_size;
234 size_t attr_size = subsubsection_length - attribute_offset;
286 subsubsection_data += subsubsection_length;
287 remaining_size -= subsubsection_length;
337 uint32_t subsubsection_length = m_AttrData.emit(buffer); local
340 uint32_t subsection_length = (buffer - pBuf) + subsubsection_length;
346 subsubsection_length
[all...]

Completed in 393 milliseconds