Home
last modified time | relevance | path

Searched refs:PT_TLS (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h31 #define PT_TLS 7 macro
/bionic/tests/
Delftls_dl_test.cpp323 if (info->dlpi_phdr[i].p_type == PT_TLS) { in TEST()
/bionic/libc/bionic/
Dbionic_elf_tls.cpp62 if (phdr.p_type == PT_TLS) { in __bionic_get_tls_segment()
/bionic/libc/include/bits/
Delf_common.h535 #define PT_TLS 7 /* Thread local storage segment */ macro
/bionic/docs/
Delf-tls.md101 `R_TLS_DTPOFF` is a dynamic relocation to the offset of `tls_var` within its module's `PT_TLS`
482 XXX: A dynamic executable using ELF TLS would have a PT_TLS segment and no other distinguishing