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_GNU_IFUNC
(Results
1 - 20
of
20
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCSymbolELF.cpp
115
case ELF::
STT_GNU_IFUNC
:
in setType()
141
return ELF::
STT_GNU_IFUNC
;
in getType()
H
A
D
ELFObjectWriter.cpp
491
case ELF::
STT_GNU_IFUNC
:
494
Type = ELF::
STT_GNU_IFUNC
;
507
Type == ELF::
STT_GNU_IFUNC
|| Type == ELF::STT_FUNC)
516
while (Symbol->getType() != ELF::
STT_GNU_IFUNC
) {
521
mergeTypeForSet(Symbol->getType(), ELF::
STT_GNU_IFUNC
) != ELF::
STT_GNU_IFUNC
)
542
Type = ELF::
STT_GNU_IFUNC
;
in writeSymbol()
1376
if (Sym->getType() == ELF::
STT_GNU_IFUNC
)
in shouldRelocateWithSymbol()
1518
SymA.getType() == ELF::
STT_GNU_IFUNC
)
in isSymbolRefDifferenceFullyResolvedImpl()
H
A
D
MCELFStreamer.cpp
175
// STT_NOTYPE < STT_OBJECT < STT_FUNC <
STT_GNU_IFUNC
< STT_TLS < anything else
180
ELF::
STT_GNU_IFUNC
, ELF::STT_TLS}) {
in CombineSymbolTypes()
247
Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::
STT_GNU_IFUNC
));
in EmitSymbolAttribute()
/third_party/elfutils/libebl/
H
A
D
eblsymboltypename.c
66
else if (symbol ==
STT_GNU_IFUNC
in ebl_symbol_type_name()
/third_party/elfutils/libdwfl/
H
A
D
dwfl_module_getsym.c
130
|| (GELF_ST_TYPE (sym->st_info) ==
STT_GNU_IFUNC
in __libdwfl_getsym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
ELFObjectFile.cpp
49
{"GNU_IFunc", "IFUNC", ELF::
STT_GNU_IFUNC
},
/third_party/libabigail/src/
H
A
D
abg-symtab-reader.cc
348
|| sym_type ==
STT_GNU_IFUNC
in load_()
H
A
D
abg-elf-helpers.cc
51
case
STT_GNU_IFUNC
:
in stt_to_elf_symbol_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
890
STT_GNU_IFUNC
= 10, // GNU indirect function
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
1057
STT_GNU_IFUNC
= 10, // GNU indirect function
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H
A
D
ARMAsmBackend.cpp
889
if ((Type == ELF::STT_FUNC || Type == ELF::
STT_GNU_IFUNC
)) {
in shouldForceRelocation()
H
A
D
ARMELFStreamer.cpp
1145
if (Type == ELF::STT_FUNC || Type == ELF::
STT_GNU_IFUNC
)
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
517
#define
STT_GNU_IFUNC
10
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
515
#define
STT_GNU_IFUNC
10
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
515
#define
STT_GNU_IFUNC
10
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
515
#define
STT_GNU_IFUNC
10
macro
/third_party/musl/include/
H
A
D
elf.h
523
#define
STT_GNU_IFUNC
10
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFYAML.cpp
601
ECase(
STT_GNU_IFUNC
);
in enumeration()
/third_party/elfutils/libelf/
H
A
D
elf.h
606
#define
STT_GNU_IFUNC
10 /* Symbol is indirect code object */
macro
2788
#define R_AARCH64_P32_IRELATIVE 188 /*
STT_GNU_IFUNC
relocation. */
2912
#define R_AARCH64_IRELATIVE 1032 /*
STT_GNU_IFUNC
relocation. */
3435
#define R_390_IRELATIVE 61 /*
STT_GNU_IFUNC
relocation. */
/third_party/elfutils/src/
H
A
D
elflint.c
796
|| (GELF_ST_TYPE (sym->st_info) ==
STT_GNU_IFUNC
))
in check_symtab()
Completed in 89 milliseconds