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_386_PC32
(Results
1 - 16
of
16
) sorted by relevance
/third_party/musl/arch/i386/
H
A
D
reloc.h
4
#define REL_OFFSET
R_386_PC32
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
RelocationResolver.cpp
220
case ELF::
R_386_PC32
:
in supportsX86()
233
case ELF::
R_386_PC32
:
in resolveX86()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H
A
D
X86ELFObjectWriter.cpp
252
return IsPCRel ? ELF::
R_386_PC32
: ELF::R_386_32;
in getRelocType32()
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
555
#define
R_386_PC32
2
macro
/third_party/elfio/elfio/
H
A
D
elfio_relocation.hpp
154
case
R_386_PC32
: // S + A - P
in get_entry()
H
A
D
elf_types.hpp
735
constexpr unsigned
R_386_PC32
= 2;
member
/third_party/elfio/tests/
H
A
D
ELFIOTest.cpp
530
checkRelocation( &reloc, 1, 0x00000019, 0x0, "puts",
R_386_PC32
, 0x0, -25 );
in TEST()
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
1172
#define
R_386_PC32
2
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
1163
#define
R_386_PC32
2
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
1163
#define
R_386_PC32
2
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
1163
#define
R_386_PC32
2
macro
/third_party/musl/include/
H
A
D
elf.h
1199
#define
R_386_PC32
2
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H
A
D
RuntimeDyldELF.cpp
348
// Handle R_386_PLT32 like
R_386_PC32
since it should be able to
in resolveX86Relocation()
351
case ELF::
R_386_PC32
: {
in resolveX86Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceAssemblerX8632.h
48
constexpr FixupKind FK_PcRel = llvm::ELF::
R_386_PC32
;
/third_party/elfutils/libelf/
H
A
D
elf.h
1489
#define
R_386_PC32
2 /* PC relative 32 bit */
macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
SubzeroReactor.cpp
557
case
R_386_PC32
:
in relocateSymbol()
Completed in 86 milliseconds