Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_elf_tls.h46 static constexpr TlsAlign of_type() { in of_type() function
56 static constexpr TlsAlignedSize of_type() { in of_type() function
57 return TlsAlignedSize{.size = sizeof(T), .align = TlsAlign::of_type<T>()}; in of_type()
112 return reserve(TlsAlignedSize::of_type<T>()); in reserve_type()
/bionic/libc/bionic/
Dbionic_elf_tls.cpp175 auto pair = reserve_tp_pair(seg->aligned_size, TlsAlignedSize::of_type<bionic_tcb>()); in reserve_exe_segment_and_tcb()
182 auto pair = reserve_tp_pair(TlsAlignedSize::of_type<bionic_tcb>(), seg->aligned_size); in reserve_exe_segment_and_tcb()