Home
last modified time | relevance | path

Searched refs:ReadTag (Results 1 – 3 of 3) 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()