Searched defs:ReadTag (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/unwinding/libunwindstack/ | ||
H A D | MemoryMte.cpp | 29 long MemoryRemote::ReadTag(uint64_t addr) { in ReadTag() function in unwindstack::MemoryRemote |
H A D | MemoryCache.h | 49 long ReadTag(uint64_t addr) override { return impl_->ReadTag(addr); } in ReadTag() function |
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ | ||
H A D | Memory.h | 54 virtual long ReadTag(uint64_t) { return -1; } in ReadTag() function |
/aosp12/frameworks/compile/mclinker/lib/Target/ | ||
H A D | ELFAttributeData.cpp | 18 bool ELFAttributeData::ReadTag(TagType& pTag, in ReadTag() function in mcld::ELFAttributeData |