Home
last modified time | relevance | path

Searched defs:ALIGNMENT_MASK (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/startup/linux/riscv/
H A Dtls.cpp37 const uintptr_t ALIGNMENT_MASK = app.tls.align - 1; init_tls() local
/llvm-project/libc/startup/linux/aarch64/
H A Dtls.cpp49 const uintptr_t ALIGNMENT_MASK = app.tls.align - 1; init_tls() local