/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/ |
D | tls.rs | 27 PT_TLS => tls_phdr = phdr, in startup_tls_info()
|
/third_party/musl/src/ldso/ |
D | dl_iterate_phdr.c | 28 if (phdr->p_type == PT_TLS) in static_dl_iterate_phdr()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 38 pub(super) const PT_TLS: u32 = 7; constant
|
/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 | 128 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/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 651 #define PT_TLS 7 macro
|
/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/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 755 PT_TLS
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 913 ( seg->get_type() != PT_TLS ) && in write_segment_data()
|
D | elfio_dump.hpp | 419 { PT_TLS, "TLS" },
|
D | elf_types.hpp | 967 constexpr Elf_Word PT_TLS = 7; variable
|
/third_party/elfutils/src/ |
D | elflint.c | 876 if (phdr != NULL && phdr->p_type == PT_TLS) in check_symtab() 4061 || (phdr->p_type == PT_TLS in check_sections() 4246 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections() 4540 else if (phdr->p_type == PT_TLS) in check_program_header()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 662 } else if (ph->p_type == PT_TLS) { in map_library() 1791 else if (phdr->p_type == PT_TLS) { in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 662 } else if (ph->p_type == PT_TLS) { in map_library() 1790 else if (phdr->p_type == PT_TLS) { in __dls3()
|
/third_party/musl/ldso/ |
D | dynlink.c | 664 } else if (ph->p_type == PT_TLS) { in map_library() 1774 else if (phdr->p_type == PT_TLS) { in __dls3()
|
/third_party/musl/ndk_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/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/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
|