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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp231 size_t attribute_offset = tag_size + 4 /* byte-size */; local
233 const char* attr_buf = subsubsection_data + attribute_offset;
234 size_t attr_size = subsubsection_length - attribute_offset;

Completed in 119 milliseconds