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:nreloc
(Results
1 - 8
of
8
) sorted by relevance
/third_party/elfutils/backends/
H
A
D
common-reloc.c
69
#define
nreloc
\
macro
94
if (reloc >= 0 && reloc <
nreloc
&& EBLHOOK(reloc_nameidx)[reloc] != 0)
in reloc_type_name()
106
return reloc >= 0 && reloc <
nreloc
&& EBLHOOK(reloc_nameidx)[reloc] != 0;
in reloc_type_check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
MachOYAML.cpp
285
IO.mapRequired("
nreloc
", Section.
nreloc
);
in mapping()
450
IO.mapRequired("
nreloc
", Section.
nreloc
);
in mapping()
465
IO.mapRequired("
nreloc
", Section.
nreloc
);
in mapping()
H
A
D
MachOEmitter.cpp
100
TempSec.
nreloc
= Sec.
nreloc
;
in constructSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H
A
D
MachOYAML.h
38
uint32_t
nreloc
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
MachO.h
554
uint32_t
nreloc
;
member
568
uint32_t
nreloc
;
member
1060
sys::swapByteOrder(sect.
nreloc
);
in swapStruct()
1072
sys::swapByteOrder(sect.
nreloc
);
in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
MachO.h
563
uint32_t
nreloc
;
member
577
uint32_t
nreloc
;
member
1091
sys::swapByteOrder(sect.
nreloc
);
in swapStruct()
1103
sys::swapByteOrder(sect.
nreloc
);
in swapStruct()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
gdb-jit.cc
216
uint32_t
nreloc
;
249
header->
nreloc
= 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
MachOObjectFile.cpp
365
BigSize = s.
nreloc
;
in parseSegmentLoadCommand()
369
return malformedError("reloff field plus
nreloc
field times sizeof("
in parseSegmentLoadCommand()
374
if (Error Err = checkOverlappingElement(Elements, s.reloff, s.
nreloc
*
in parseSegmentLoadCommand()
2069
Num = Sect.
nreloc
;
in section_rel_end()
2072
Num = Sect.
nreloc
;
in section_rel_end()
Completed in 30 milliseconds