Home
last modified time | relevance | path

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

12

/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dtls.rs27 PT_TLS => tls_phdr = phdr, in startup_tls_info()
/third_party/musl/src/ldso/
Ddl_iterate_phdr.c28 if (phdr->p_type == PT_TLS) in static_dl_iterate_phdr()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs38 pub(super) const PT_TLS: u32 = 7; constant
/third_party/musl/src/env/
D__init_tls.c96 if (phdr->p_type == PT_TLS) in static_init_tls()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c100 if (phdr->p_type == PT_TLS) in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c128 if (phdr->p_type == PT_TLS) in static_init_tls()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h256 #define PT_TLS 7 /* Thread local storage segment */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h256 #define PT_TLS 7 /* Thread local storage segment */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp651 #define PT_TLS 7 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1019 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/
DELF.h1190 PT_TLS = 7, // The thread-local storage template. enumerator
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt755 PT_TLS
/third_party/elfio/elfio/
Delfio.hpp913 ( seg->get_type() != PT_TLS ) && in write_segment_data()
Delfio_dump.hpp419 { PT_TLS, "TLS" },
Delf_types.hpp967 constexpr Elf_Word PT_TLS = 7; variable
/third_party/elfutils/src/
Delflint.c876 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/
Ddynlink.c662 } 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/
Ddynlink.c662 } else if (ph->p_type == PT_TLS) { in map_library()
1790 else if (phdr->p_type == PT_TLS) { in __dls3()
/third_party/musl/ldso/
Ddynlink.c664 } 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/
Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h600 #define PT_TLS 7 macro
/third_party/musl/include/
Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/linux/user/include/
Delf.h601 #define PT_TLS 7 macro

12