• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:ELFAttributeValue

19 const ELFAttributeValue* ARMELFAttributeData::getAttributeValue(  in getAttributeValue()
22 const ELFAttributeValue& attr_value = m_Attrs[pTag]; in getAttributeValue()
41 std::pair<ELFAttributeValue*, bool>
43 ELFAttributeValue* attr_value = NULL; in getOrCreateAttributeValue()
67 return (ELFAttributeValue::Int | ELFAttributeValue::String); in GetAttributeValueType()
70 return (ELFAttributeValue::Int | ELFAttributeValue::NoDefault); in GetAttributeValueType()
74 return ELFAttributeValue::String; in GetAttributeValueType()
78 return ELFAttributeValue::Int; in GetAttributeValueType()
80 return ((pTag & 1) ? ELFAttributeValue::String in GetAttributeValueType()
81 : ELFAttributeValue::Int); in GetAttributeValueType()
99 const ELFAttributeValue& pValue) { in decode_secondary_compatibility_attribute()
109 assert((pValue.type() == ELFAttributeValue::String) && in decode_secondary_compatibility_attribute()
147 const ELFAttributeValue& pInAttr) { in merge()
152 ELFAttributeValue& out_attr = m_Attrs[pTag]; in merge()
211 assert((out_attr.type() == ELFAttributeValue::Int) && in merge()
212 (pInAttr.type() == ELFAttributeValue::Int) && in merge()
222 assert((out_attr.type() == ELFAttributeValue::Int) && in merge()
223 (pInAttr.type() == ELFAttributeValue::Int) && in merge()
474 static void encode_secondary_compatibility_attribute(ELFAttributeValue& pValue, in encode_secondary_compatibility_attribute()
691 ELFAttributeValue& out_cpu_arch_attr = m_Attrs[Tag_CPU_arch]; in postMerge()
692 ELFAttributeValue& out_secondary_compatibility_attr = in postMerge()
739 ELFAttributeValue& out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge()
740 ELFAttributeValue& out_cpu_raw_name = m_Attrs[Tag_CPU_raw_name]; in postMerge()
754 ELFAttributeValue& out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge()
760 ELFAttributeValue& out_cpu_raw_name = m_Attrs[Tag_CPU_raw_name]; in postMerge()
772 ELFAttributeValue& out_attr = m_Attrs[Tag_ABI_VFP_args]; in postMerge()
773 ELFAttributeValue& out_float_number_model_attr = in postMerge()
791 ELFAttributeValue& out_fp_arch_attr = m_Attrs[Tag_FP_arch]; in postMerge()
843 ELFAttributeValue& out_hardfp_use_attr = m_Attrs[Tag_ABI_HardFP_use]; in postMerge()
869 ELFAttributeValue& out_mpextension_use_legacy = in postMerge()
872 ELFAttributeValue& out_mpextension_use = m_Attrs[Tag_MPextension_use]; in postMerge()
897 out_mpextension_use.setType(ELFAttributeValue::Int); in postMerge()
908 out_mpextension_use_legacy.setType(ELFAttributeValue::Uninitialized); in postMerge()
922 ELFAttributeValue& out_div_use_attr = m_Attrs[Tag_DIV_use]; in postMerge()
934 const ELFAttributeValue& out_cpu_arch_profile_attr = in postMerge()
972 const ELFAttributeValue& value = m_Attrs[tag]; in sizeOutput()
986 const ELFAttributeValue& value = unknown_attr_it->second; in sizeOutput()
1004 const ELFAttributeValue& attr_conformance = m_Attrs[Tag_conformance]; in emit()
1017 const ELFAttributeValue& attr_nodefaults = m_Attrs[Tag_nodefaults]; in emit()
1030 const ELFAttributeValue& value = m_Attrs[tag]; in emit()
1040 const ELFAttributeValue& value = m_Attrs[tag]; in emit()
1053 const ELFAttributeValue& value = unknown_attr_it->second; in emit()