Home
last modified time | relevance | path

Searched refs:PT_TLS (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
H A Dtls.rs27 PT_TLS => tls_phdr = phdr,
/third_party/musl/src/ldso/
H A Ddl_iterate_phdr.c28 if (phdr->p_type == PT_TLS) in static_dl_iterate_phdr()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c101 if (phdr->p_type == PT_TLS) in static_init_tls()
/third_party/musl/src/env/
H A D__init_tls.c135 if (phdr->p_type == PT_TLS) in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c128 if (phdr->p_type == PT_TLS) in static_init_tls()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp651 #define PT_TLS 7 macro
/third_party/elfio/elfio/
H A Delfio.hpp913 ( seg->get_type() != PT_TLS ) &&
H A Delfio_dump.hpp419 { PT_TLS, "TLS" },
H A Delf_types.hpp967 constexpr Elf_Word PT_TLS = 7; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A DELF.h1190 PT_TLS = 7, // The thread-local storage template. enumerator
/third_party/elfutils/src/
H A 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/
H A 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/
H A 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/
H A Ddynlink.c729 } else if (ph->p_type == PT_TLS) { in map_library()
1888 else if (phdr->p_type == PT_TLS) {
/third_party/musl/porting/linux/user/include/
H A Delf.h602 #define PT_TLS 7 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h600 #define PT_TLS 7 macro
/third_party/musl/include/
H A Delf.h613 #define PT_TLS 7 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp53 ECase(PT_TLS); in enumeration()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1465 } else if (ph->p_type == PT_TLS) { in map_library()
2920 else if (phdr->p_type == PT_TLS) { in __dls3()
4760 } else if (ph->p_type == PT_TLS) { in map_library_header()
/third_party/musl/ldso/linux/
H A Ddynlink.c1617 } else if (ph->p_type == PT_TLS) { in map_library()
3155 else if (phdr->p_type == PT_TLS) { in __dls3()
5126 } else if (ph->p_type == PT_TLS) { in map_library_header()
/third_party/elfutils/libelf/
H A Delf.h724 #define PT_TLS 7 /* Thread-local storage segment */ macro
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2115 pub const PT_TLS: u32 = 7; consts

Completed in 129 milliseconds

12