aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/bionic_elf_tls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a thread-properties APIVy Nguyen2020-08-111-0/+40
* Move bionic_macros.h from private to platform.Josh Gao2020-01-021-1/+1
* Implement dynamic TLS accesses and allocationRyan Prichard2019-01-251-0/+177
* Handle R_GENERIC_TLS_TPREL relocationsRyan Prichard2019-01-171-0/+4
* Avoid a dlopen abort on an invalid TLS alignmentRyan Prichard2019-01-161-13/+16
* Initialize static TLS memory using module listRyan Prichard2019-01-161-0/+33
* StaticTlsLayout: add exe/tcb and solib layoutRyan Prichard2019-01-161-2/+55
* Add a __bionic_get_tls_segment functionRyan Prichard2019-01-161-0/+32
* Reorganize static TLS memory for ELF TLSRyan Prichard2019-01-111-0/+64