HomeSort by relevance Sort by last modified time
    Searched full:in_attr (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 229 ELFAttributeValue in_attr; local
255 // to a temporary storage in_attr and perform the merge.
256 in_attr.reset();
257 in_attr.setType(out_attr->type());
260 if (!ELFAttributeData::ReadValue(in_attr, attr_buf, attr_size))
265 if ((in_attr != *out_attr) &&
266 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {

Completed in 103 milliseconds