Home
last modified time | relevance | path

Searched refs:ReadTag (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h88 static bool ReadTag(TagType& pTag, const char*& pBuf, size_t& pBufSize);
/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp18 bool ELFAttributeData::ReadTag(TagType& pTag, in ReadTag() function in mcld::ELFAttributeData
DELFAttribute.cpp237 if (!ELFAttributeData::ReadTag(tag, attr_buf, attr_size)) in merge()
/frameworks/base/tools/incident_report/
Dmain.cpp93 uint32 tag = in->ReadTag(); in read_message()