Home
last modified time | relevance | path

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

/third_party/musl/src/ldso/
Ddl_iterate_phdr.c27 if (phdr->p_type == PT_TLS) in static_dl_iterate_phdr()
/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.c129 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/elfio/
Delf_types.hpp651 #define PT_TLS 7 macro
Delfio_dump.hpp370 { PT_PHDR, "PHDR" }, { PT_TLS, "TLS" },
Delfio.hpp787 ( 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/
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/musl/ldso/
Ddynlink.c647 } 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/
Ddynlink.c645 } 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/
Ddynlink.c645 } 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/
Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/linux/user/include/
Delf.h601 #define PT_TLS 7 macro
/third_party/musl/ndk_musl_include/
Delf.h600 #define PT_TLS 7 macro
/third_party/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/porting/uniproton/kernel/include/
Delf.h600 #define PT_TLS 7 macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1330 } 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/
DELFYAML.cpp53 ECase(PT_TLS); in enumeration()