Searched refs:STT_TLS (Results 1 - 25 of 26) sorted by relevance

12

/external/elfutils/0.153/libebl/
H A Deblsymboltypename.c79 [STT_TLS] = "TLS"
/external/llvm/lib/MC/
H A DMCELF.cpp39 Type == ELF::STT_COMMON || Type == ELF::STT_TLS ||
50 Type == ELF::STT_COMMON || Type == ELF::STT_TLS || Type == ELF::STT_GNU_IFUNC);
H A DMCELFStreamer.cpp65 MCELF::SetType(SD, ELF::STT_TLS);
107 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
112 ELF::STT_GNU_IFUNC, ELF::STT_TLS};
200 ELF::STT_TLS));
386 MCELF::SetType(SD, ELF::STT_TLS);
H A DELFObjectWriter.cpp557 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS)
562 Type == ELF::STT_TLS)
569 case ELF::STT_TLS:
572 Type = ELF::STT_TLS;
/external/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h43 ELF_STT_Tls = (ELF::STT_TLS << ELF_STT_Shift),
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp123 MCELF::SetType(SD, ELF::STT_TLS);
/external/llvm/test/MC/ELF/
H A Dtype.s42 .type tls_upper_case,STT_TLS
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_addrsym.c120 && GELF_ST_TYPE (sym.st_info) != STT_TLS)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c163 esym->type = STT_TLS;
H A Delf-x86-x86.c166 esym->type = STT_TLS;
H A Delf.h195 STT_TLS = 6, /* TLS object. */ enumerator in enum:__anon16349
H A Delf.c522 entry->type = STT_TLS;
H A Delf-objfmt.c1168 elf_sym_set_type(entry, STT_TLS);
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp187 MCELF::SetType(SD, ELF::STT_TLS);
/external/chromium_org/third_party/libvpx/include/
H A Delf.h148 #define STT_TLS 6 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h128 #define STT_TLS 6 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp265 ENUM_TO_CSTR(STT_TLS);
/external/elfutils/0.153/src/
H A Daddr2line.c391 case STT_TLS:
H A Dnm.c993 bool is_tls = GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_TLS;
1109 ? (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_TLS
H A Delflint.c768 if (GELF_ST_TYPE (sym->st_info) != STT_TLS)
/external/llvm/lib/Object/
H A DELFYAML.cpp366 ECase(STT_TLS)
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h318 case ELF::STT_TLS:
/external/llvm/include/llvm/Support/
H A DELF.h1473 STT_TLS = 6, // Thread local data object enumerator in enum:llvm::ELF::__anon25598
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp387 { "TLS", ELF::STT_TLS },
/external/elfutils/0.153/libelf/
H A Delf.h465 #define STT_TLS 6 /* Symbol is thread-local data object*/ macro

Completed in 765 milliseconds

12