Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSymbolELF.cpp112 case ELF::STT_TLS: in setType()
139 return ELF::STT_TLS; in getType()
H A DMCELFStreamer.cpp106 Symbol->setType(ELF::STT_TLS); in EmitLabel()
117 Symbol->setType(ELF::STT_TLS); in EmitLabelAtPos()
175 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
180 ELF::STT_GNU_IFUNC, ELF::STT_TLS}) { in CombineSymbolTypes()
255 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_TLS)); in EmitSymbolAttribute()
453 cast<MCSymbolELF>(symRef.getSymbol()).setType(ELF::STT_TLS); in fixSymbolsInTLSFixups()
H A DELFObjectWriter.cpp493 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS)
498 Type == ELF::STT_TLS)
505 case ELF::STT_TLS:
508 Type = ELF::STT_TLS;
/third_party/elfutils/libebl/
H A Deblsymboltypename.c54 [STT_TLS] = "TLS" in ebl_symbol_type_name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/
H A DELFStub.h31 TLS = ELF::STT_TLS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp132 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp68 cast<MCSymbolELF>(symRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp186 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
/third_party/elfutils/tests/
H A Ddwflsyms.c47 case STT_TLS: in gelf_type()
H A Dbacktrace.c458 case STT_TLS: in exec_dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp241 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp186 cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::STT_TLS); in fixELFSymbolsInTLSFixupsImpl()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c217 && GELF_ST_TYPE (sym.st_info) != STT_TLS) in search_table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELFObjectFile.cpp45 {"TLS", "TLS", ELF::STT_TLS},
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp532 #define STT_TLS 6 macro
/third_party/libabigail/src/
H A Dabg-symtab-reader.cc353 || sym_type == STT_TLS)) in load_()
H A Dabg-elf-helpers.cc49 case STT_TLS: in stt_to_elf_symbol_type()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c289 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON | 1<<STT_TLS)
315 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2()
319 if ((sym->st_info&0xf) != STT_TLS) in find_sym2()
2245 if ((def.sym->st_info&0xf) == STT_TLS) in do_dlsym()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c289 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON | 1<<STT_TLS)
315 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2()
319 if ((sym->st_info&0xf) != STT_TLS) in find_sym2()
2244 if ((def.sym->st_info&0xf) == STT_TLS) in do_dlsym()
/third_party/elfutils/src/
H A Dnm.c979 bool is_tls = GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_TLS; in show_symbols_bsd()
1115 ? (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_TLS in show_symbols_posix()
H A Daddr2line.c504 case STT_TLS: in find_symbol()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c764 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON | 1<<STT_TLS)
810 if (need_def || (sym->st_info & 0xf) == STT_TLS || ARCH_SYM_REJECT_UND(sym)) in find_sym_impl()
814 if ((sym->st_info & 0xf) != STT_TLS) in find_sym_impl()
851 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2()
855 if ((sym->st_info&0xf) != STT_TLS) in find_sym2()
889 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_deps()
893 if ((sym->st_info&0xf) != STT_TLS) in find_sym_by_deps()
927 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_saved_so_list()
931 if ((sym->st_info&0xf) != STT_TLS) in find_sym_by_saved_so_list()
3843 if ((def.sym->st_info&0xf) == STT_TLS) in do_dlsym()
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c798 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON | 1<<STT_TLS)
844 if (need_def || (sym->st_info & 0xf) == STT_TLS || ARCH_SYM_REJECT_UND(sym)) in find_sym_impl()
848 if ((sym->st_info & 0xf) != STT_TLS) in find_sym_impl()
886 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2()
890 if ((sym->st_info&0xf) != STT_TLS) in find_sym2()
924 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_deps()
928 if ((sym->st_info&0xf) != STT_TLS) in find_sym_by_deps()
962 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym_by_saved_so_list()
966 if ((sym->st_info&0xf) != STT_TLS) in find_sym_by_saved_so_list()
4160 if ((def.sym->st_info&0xf) == STT_TLS) in do_dlsym()
[all...]
/third_party/musl/ldso/
H A Ddynlink.c304 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON | 1<<STT_TLS)
330 if (need_def || (sym->st_info&0xf) == STT_TLS in find_sym2()
334 if ((sym->st_info&0xf) != STT_TLS) in find_sym2()
2354 if ((def.sym->st_info&0xf) == STT_TLS)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h889 STT_TLS = 6, // Thread local data object enumerator

Completed in 45 milliseconds

12