Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dptrace_machdep.c128 .note = NT_ARM_TLS,
153 .note = NT_ARM_TLS,
/freebsd/sys/arm/arm/
H A Dptrace_machdep.c84 .note = NT_ARM_TLS,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h139 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_TLS},
/freebsd/sys/sys/
H A Delf_common.h849 #define NT_ARM_TLS 0x401 /* ARM TLS register */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1694 NT_ARM_TLS = 0x401, enumerator
/freebsd/usr.bin/gcore/
H A Delfcore.c364 elf_putregnote(NT_ARM_TLS, tids[i], sb); in elf_putnotes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp129 ECase(NT_ARM_TLS); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6022 {ELF::NT_ARM_TLS, "NT_ARM_TLS (AArch TLS registers)"},