HomeSort by relevance Sort by last modified time
    Searched refs:out_attr (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 149 // 1. The out_attr must be initailized and has value of the same type as
151 // 2. The value helf by out_attr and pInAttr must be different.
152 ELFAttributeValue& out_attr = m_Attrs[pTag]; local
155 assert(out_attr.isInitialized() && "No output attribute to be merged!");
199 // value held by pInAttr and out_attr goes into output.
211 assert((out_attr.type() == ELFAttributeValue::Int) &&
214 if (pInAttr.getIntValue() > out_attr.getIntValue())
215 out_attr.setIntValue(pInAttr.getIntValue());
219 // value held by pInAttr and out_attr goes into output.
222 assert((out_attr.type() == ELFAttributeValue::Int) &
772 ELFAttributeValue& out_attr = m_Attrs[Tag_ABI_VFP_args]; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-attrs.c 344 obj_attribute *out_attr; local
357 out_attr
361 out_attr->type = in_attr->type;
362 out_attr->i = in_attr->i;
364 out_attr->s = _bfd_elf_attr_strdup (obfd, in_attr->s);
366 out_attr++;
563 obj_attribute *out_attr; local
574 out_attr = &elf_known_obj_attributes (obfd)[vendor][Tag_compatibility];
585 if (in_attr->i != out_attr->i
586 || (in_attr->i != 0 && strcmp (in_attr->s, out_attr->s) != 0)
608 obj_attribute *out_attr; local
    [all...]
elf32-tic6x.c 1596 obj_attribute *out_attr; local
3740 obj_attribute *out_attr; local
    [all...]
elf32-msp430.c 2283 obj_attribute *out_attr; local
    [all...]
elf32-arm.c 6389 obj_attribute *out_attr = elf_known_obj_attributes_proc (obfd); local
6411 obj_attribute *out_attr = elf_known_obj_attributes_proc (obfd); local
11697 obj_attribute *out_attr; local
    [all...]
elf32-ppc.c 4537 obj_attribute *out_attr, *out_attrs; local
    [all...]
elfxx-sparc.c 4892 obj_attribute *out_attr, *out_attrs; local
    [all...]
elfxx-mips.c 14901 obj_attribute *out_attr; local
15057 obj_attribute *out_attr; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 240 ELFAttributeValue* out_attr; local
243 std::tie(out_attr, is_newly_created) =
246 assert(out_attr != NULL);
249 // Directly read the attribute value to the out_attr.
250 if (!ELFAttributeData::ReadValue(*out_attr, attr_buf, attr_size))
256 in_attr.setType(out_attr->type());
264 if ((in_attr != *out_attr) &&
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 404 Object_attribute* out_attr = local
415 if (in_attr->int_value() != out_attr->int_value()
416 || in_attr->string_value() != out_attr->string_value())
422 out_attr->int_value(),
423 out_attr->string_value().c_str());
arm.cc     [all...]

Completed in 6952 milliseconds