Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:STT_TLS
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCSymbolELF.cpp
112
case ELF::
STT_TLS
:
in setType()
139
return ELF::
STT_TLS
;
in getType()
H
A
D
MCELFStreamer.cpp
106
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
D
ELFObjectWriter.cpp
493
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
D
eblsymboltypename.c
54
[
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
D
ELFStub.h
31
TLS = ELF::
STT_TLS
,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H
A
D
AArch64MCExpr.cpp
132
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
D
HexagonMCExpr.cpp
68
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
D
RISCVMCExpr.cpp
186
cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::
STT_TLS
);
in fixELFSymbolsInTLSFixupsImpl()
/third_party/elfutils/tests/
H
A
D
dwflsyms.c
47
case
STT_TLS
:
in gelf_type()
H
A
D
backtrace.c
458
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
D
MipsMCExpr.cpp
241
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
D
SparcMCExpr.cpp
186
cast<MCSymbolELF>(SymRef.getSymbol()).setType(ELF::
STT_TLS
);
in fixELFSymbolsInTLSFixupsImpl()
/third_party/elfutils/libdwfl/
H
A
D
dwfl_module_addrsym.c
217
&& 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
D
ELFObjectFile.cpp
45
{"TLS", "TLS", ELF::
STT_TLS
},
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
532
#define
STT_TLS
6
macro
/third_party/libabigail/src/
H
A
D
abg-symtab-reader.cc
353
|| sym_type ==
STT_TLS
))
in load_()
H
A
D
abg-elf-helpers.cc
49
case
STT_TLS
:
in stt_to_elf_symbol_type()
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
289
#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
D
dynlink.c
289
#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
D
nm.c
979
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
D
addr2line.c
504
case
STT_TLS
:
in find_symbol()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
764
#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
D
dynlink.c
798
#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
D
dynlink.c
304
#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
D
ELF.h
889
STT_TLS
= 6, // Thread local data object
enumerator
Completed in 42 milliseconds
1
2