HomeSort by: relevance | last modified time | path
    Searched refs:PT_TLS (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/elf/
internal.h 312 && (segment)->p_type != PT_TLS)
324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
327 && ((segment)->p_type == PT_TLS \
330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
333 && (segment)->p_type != PT_TLS \
common.h 481 #define PT_TLS 7 /* Thread local storage segment */
  /src/external/gpl3/binutils.old/dist/include/elf/
internal.h 312 && (segment)->p_type != PT_TLS)
324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
327 && ((segment)->p_type == PT_TLS \
330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
333 && (segment)->p_type != PT_TLS \
common.h 481 #define PT_TLS 7 /* Thread local storage segment */
  /src/external/gpl3/gdb.old/dist/include/elf/
internal.h 312 && (segment)->p_type != PT_TLS)
324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
327 && ((segment)->p_type == PT_TLS \
330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
333 && (segment)->p_type != PT_TLS \
  /src/external/gpl3/gdb/dist/include/elf/
internal.h 312 && (segment)->p_type != PT_TLS)
324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
327 && ((segment)->p_type == PT_TLS \
330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
333 && (segment)->p_type != PT_TLS \
  /src/lib/libc/tls/
tls.c 156 if (phdr->p_type != PT_TLS)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 258 case ELF::PT_TLS:
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 400 if (info->dlpi_phdr[i].p_type == PT_TLS) {
416 // libc.so uses PT_TLS, this module is guaranteed to exist and is one of
421 // This may happen with musl if no module uses PT_TLS.
463 if (hdr->p_type == PT_TLS && info->dlpi_tls_modid == 1) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 299 enum PT_TLS = 7;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 299 enum PT_TLS = 7;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 269 enum PT_TLS = 7;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 368 if (info->dlpi_phdr[i].p_type == PT_TLS) {
383 // Find the range with tls_modid=1. For glibc, because libc.so uses PT_TLS,
389 // This may happen with musl if no module uses PT_TLS.
432 if (hdr->p_type == PT_TLS && info->dlpi_tls_modid == 1) {
  /src/libexec/ld.elf_so/
headers.c 607 case PT_TLS:
615 "PT_TLS", (void *)(uintptr_t)vaddr,
map_object.c 254 case PT_TLS:
256 dbg(("%s: %s %p phsize %" PRImemsz, obj->path, "PT_TLS",
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 426 if (hdr->p_type == PT_TLS && info->dlpi_tls_modid == 1) {
  /src/usr.bin/elf2aout/
elf2aout.c 319 if (ph[i].p_type == PT_TLS) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 279 enum PT_TLS = 7;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 284 enum PT_TLS = 7;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
elf.d 855 case PT_TLS: // TLS segment
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 352 #define PT_TLS 7 /* TLS initialisation image */
  /src/sys/sys/
exec_elf.h 444 #define PT_TLS 7 /* TLS initialisation image */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 354 #define PT_TLS 7 /* TLS initialisation image */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 354 #define PT_TLS 7 /* TLS initialisation image */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1284 PT_TLS = 7, // The thread-local storage template.

Completed in 83 milliseconds

1 2