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:R_MIPS_NONE
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H
A
D
MipsELFObjectWriter.cpp
136
/// is ELF::
R_MIPS_NONE
.
152
return ELF::
R_MIPS_NONE
;
in getMatchingLoType()
161
return ELF::
R_MIPS_NONE
;
in getMatchingLoType()
226
return ELF::
R_MIPS_NONE
;
in getRelocType()
230
return ELF::
R_MIPS_NONE
;
in getRelocType()
244
return ELF::
R_MIPS_NONE
;
in getRelocType()
293
unsigned Type = (unsigned)ELF::
R_MIPS_NONE
;
in getRelocType()
296
Type = setRType3((unsigned)ELF::
R_MIPS_NONE
, Type);
in getRelocType()
333
unsigned Type = (unsigned)ELF::
R_MIPS_NONE
;
in getRelocType()
340
unsigned Type = (unsigned)ELF::
R_MIPS_NONE
;
in getRelocType()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H
A
D
RuntimeDyldELFMips.cpp
128
case ELF::
R_MIPS_NONE
:
in evaluateMIPS64Relocation()
287
if (r_type2 != ELF::
R_MIPS_NONE
) {
in resolveMIPSN64Relocation()
293
if (r_type3 != ELF::
R_MIPS_NONE
) {
in resolveMIPSN64Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFYAML.cpp
1468
: Type(ELFYAML::ELF_REL(ELF::
R_MIPS_NONE
)),
in NormalizedMips64RelType()
1469
Type2(ELFYAML::ELF_REL(ELF::
R_MIPS_NONE
)),
in NormalizedMips64RelType()
1470
Type3(ELFYAML::ELF_REL(ELF::
R_MIPS_NONE
)),
in NormalizedMips64RelType()
1564
IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::
R_MIPS_NONE
));
in mapping()
1565
IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::
R_MIPS_NONE
));
in mapping()
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
1530
#define
R_MIPS_NONE
0
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
1521
#define
R_MIPS_NONE
0
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
1521
#define
R_MIPS_NONE
0
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
1521
#define
R_MIPS_NONE
0
macro
/third_party/musl/include/
H
A
D
elf.h
1557
#define
R_MIPS_NONE
0
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H
A
D
RuntimeDyldELF.cpp
1008
return ELF::
R_MIPS_NONE
;
in getMatchingLoRelocation()
/third_party/elfutils/libelf/
H
A
D
elf.h
1880
#define
R_MIPS_NONE
0 /* No reloc */
macro
Completed in 82 milliseconds