Home
last modified time | relevance | path

Searched refs:PT_AARCH64_MEMTAG_MTE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1417 PT_AARCH64_MEMTAG_MTE = 0x70000002, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp205 } else if (H.p_type == llvm::ELF::PT_AARCH64_MEMTAG_MTE) { in DoLoadCore()