Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp19 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()
[all …]
DARMELFAttributeData.h151 virtual const ELFAttributeValue* getAttributeValue(TagType pTag) const;
153 virtual std::pair<ELFAttributeValue*, bool> getOrCreateAttributeValue(
173 const ELFAttributeValue& pInAttr);
191 ELFAttributeValue m_Attrs[Tag_Max + 1];
194 typedef std::map<TagType, ELFAttributeValue> UnknownAttrsMap;
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h18 class ELFAttributeValue; variable
47 virtual const ELFAttributeValue* getAttributeValue(TagType pTag) const = 0;
55 virtual std::pair<ELFAttributeValue*, bool> getOrCreateAttributeValue(
66 const ELFAttributeValue& pInAttr) = 0;
95 static bool ReadValue(ELFAttributeValue& pValue,
106 const ELFAttributeValue& pValue,
DELFAttributeValue.h20 class ELFAttributeValue {
40 ELFAttributeValue() : m_Type(Uninitialized), m_IntValue(0), m_StringValue() {} in ELFAttributeValue() function
42 ~ELFAttributeValue() {} in ~ELFAttributeValue()
87 bool equals(const ELFAttributeValue& pValue) const;
89 bool operator==(const ELFAttributeValue& pValue) const {
92 bool operator!=(const ELFAttributeValue& pValue) const {
/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const { in getSize()
34 bool ELFAttributeValue::isDefaultValue() const { in isDefaultValue()
52 bool ELFAttributeValue::equals(const ELFAttributeValue& pValue) const { in equals()
DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue()
65 const ELFAttributeValue& pValue, in WriteAttribute()
DAndroid.bp8 "ELFAttributeValue.cpp",
DELFAttribute.cpp228 ELFAttributeValue in_attr; in merge()
240 ELFAttributeValue* out_attr; in merge()