Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp214 size_t subsubsection_length = in merge() local
218 bswap32(subsubsection_length); in merge()
220 if (subsubsection_length > remaining_size) { in merge()
222 subsubsection_length = remaining_size; in merge()
233 size_t attr_size = subsubsection_length - attribute_offset; in merge()
283 subsubsection_data += subsubsection_length; in merge()
284 remaining_size -= subsubsection_length; in merge()
331 uint32_t subsubsection_length = m_AttrData.emit(buffer); in emit() local
334 uint32_t subsection_length = (buffer - pBuf) + subsubsection_length; in emit()
340 subsubsection_length += 1 /* Tag_File */ + 4 /* size of byte-size */; in emit()
[all …]