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:SHT_RELR
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
ELF.cpp
248
STRINGIFY_ENUM_CASE(ELF,
SHT_RELR
);
in getELFSectionTypeName()
273
// This function decodes the contents of an
SHT_RELR
packed relocation
in decode_relrs()
276
// Proposal for adding
SHT_RELR
sections to generic-abi is here:
in decode_relrs()
279
// The encoded sequence of Elf64_Relr entries in a
SHT_RELR
section looks
in decode_relrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
833
// Experimental support for
SHT_RELR
sections. For details, see proposal
835
SHT_RELR
= 19, // Relocation entries; only offsets.
850
// Android's experimental support for
SHT_RELR
sections.
/third_party/musl/include/
H
A
D
elf.h
390
#define
SHT_RELR
19
macro
393
#define
SHT_RELR
19
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFYAML.cpp
461
ECase(
SHT_RELR
);
in enumeration()
1209
case ELF::
SHT_RELR
:
in mapping()
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
389
#define
SHT_RELR
19
macro
/third_party/elfutils/libelf/
H
A
D
elf.h
447
#define
SHT_RELR
19 /* RELR relative relocations */
macro
Completed in 43 milliseconds