Home
last modified time | relevance | path

Searched defs:PT_TLS (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/kernel_loader/src/
Delf.rs63 pub const PT_TLS: u32 = 7; constant
/external/kernel-headers/original/uapi/linux/
Delf.h33 #define PT_TLS 7 /* Thread local storage segment */ macro
/external/llvm/include/llvm/Support/
DELF.h1021 PT_TLS = 7, // The thread-local storage template. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1019 PT_TLS = 7, // The thread-local storage template. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1190 PT_TLS = 7, // The thread-local storage template. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1217 PT_TLS = 7, // The thread-local storage template. enumerator
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1769 pub const PT_TLS: u32 = 7; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2662 pub const PT_TLS: u32 = 7; constant
/external/google-breakpad/src/third_party/musl/include/
Delf.h480 #define PT_TLS 7 macro
/external/kmod/port-gnu/
Delf.h605 #define PT_TLS 7 /* Thread-local storage segment */ macro
/external/elfutils/libelf/
Delf.h715 #define PT_TLS 7 /* Thread-local storage segment */ macro