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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp214 size_t subsubsection_length = local
218 bswap32(subsubsection_length);
220 if (subsubsection_length > remaining_size) {
222 subsubsection_length = remaining_size;
233 size_t attr_size = subsubsection_length - attribute_offset;
283 subsubsection_data += subsubsection_length;
284 remaining_size -= subsubsection_length;
331 uint32_t subsubsection_length = m_AttrData.emit(buffer); local
334 uint32_t subsection_length = (buffer - pBuf) + subsubsection_length;
340 subsubsection_length
[all...]

Completed in 123 milliseconds