/third_party/musl/src/ldso/ |
D | dl_iterate_phdr.c | 27 if (phdr->p_type == PT_TLS) in static_dl_iterate_phdr()
|
/third_party/musl/src/env/ |
D | __init_tls.c | 96 if (phdr->p_type == PT_TLS) in static_init_tls()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 100 if (phdr->p_type == PT_TLS) in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 129 if (phdr->p_type == PT_TLS) in static_init_tls()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 256 #define PT_TLS 7 /* Thread local storage segment */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 256 #define PT_TLS 7 /* Thread local storage segment */ macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 651 #define PT_TLS 7 macro
|
D | elfio_dump.hpp | 370 { PT_PHDR, "PHDR" }, { PT_TLS, "TLS" },
|
D | elfio.hpp | 787 ( seg->get_type() != PT_TLS ) && in layout_segments_and_their_sections()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1019 PT_TLS = 7, // The thread-local storage template. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1190 PT_TLS = 7, // The thread-local storage template. enumerator
|
/third_party/musl/ldso/ |
D | dynlink.c | 647 } else if (ph->p_type == PT_TLS) { in map_library() 1735 else if (phdr->p_type == PT_TLS) { in __dls3()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 645 } else if (ph->p_type == PT_TLS) { in map_library() 1751 else if (phdr->p_type == PT_TLS) { in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 645 } else if (ph->p_type == PT_TLS) { in map_library() 1751 else if (phdr->p_type == PT_TLS) { in __dls3()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 600 #define PT_TLS 7 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 601 #define PT_TLS 7 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 600 #define PT_TLS 7 macro
|
/third_party/musl/include/ |
D | elf.h | 600 #define PT_TLS 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 600 #define PT_TLS 7 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 600 #define PT_TLS 7 macro
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1330 } else if (ph->p_type == PT_TLS) { in map_library() 2701 else if (phdr->p_type == PT_TLS) { in __dls3() 4259 } else if (ph->p_type == PT_TLS) { in map_library_header()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 53 ECase(PT_TLS); in enumeration()
|