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:Elf32_Sword
(Results
1 - 18
of
18
) sorted by relevance
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
x86.rs
4
pub type
Elf32_Sword
= ::c_long;
types
/third_party/elfutils/libdw/
H
A
D
encoded-value.h
184
value = (Dwarf_Sword) (
Elf32_Sword
) value; /* Sign-extend. */
in read_encoded_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
35
typedef int32_t
Elf32_Sword
;
typedef
940
Elf32_Sword
r_addend; // Compute value for relocatable field by adding this
1071
Elf32_Sword
d_tag; // Type of dynamic table entry.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
32
using
Elf32_Sword
= int32_t;
1105
Elf32_Sword
r_addend; // Compute value for relocatable field by adding this
1234
Elf32_Sword
d_tag; // Type of dynamic table entry.
/third_party/elfutils/tests/
H
A
D
alldts.c
45
const
Elf32_Sword
dtflags[] =
in main()
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
14
typedef int32_t
Elf32_Sword
;
typedef
550
Elf32_Sword
r_addend;
708
Elf32_Sword
d_tag;
825
#define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((
Elf32_Sword
) (tag) <<1>>1)-1)
1463
Elf32_Sword
ri_gp_value;
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
14
typedef int32_t
Elf32_Sword
;
typedef
548
Elf32_Sword
r_addend;
702
Elf32_Sword
d_tag;
816
#define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((
Elf32_Sword
) (tag) <<1>>1)-1)
1454
Elf32_Sword
ri_gp_value;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
14
typedef int32_t
Elf32_Sword
;
typedef
548
Elf32_Sword
r_addend;
702
Elf32_Sword
d_tag;
816
#define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((
Elf32_Sword
) (tag) <<1>>1)-1)
1454
Elf32_Sword
ri_gp_value;
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
14
typedef int32_t
Elf32_Sword
;
typedef
548
Elf32_Sword
r_addend;
702
Elf32_Sword
d_tag;
816
#define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((
Elf32_Sword
) (tag) <<1>>1)-1)
1454
Elf32_Sword
ri_gp_value;
/third_party/musl/include/
H
A
D
elf.h
14
typedef int32_t
Elf32_Sword
;
typedef
556
Elf32_Sword
r_addend;
727
Elf32_Sword
d_tag;
851
#define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((
Elf32_Sword
) (tag) <<1>>1)-1)
1490
Elf32_Sword
ri_gp_value;
/third_party/elfutils/libelf/
H
A
D
elf.h
32
typedef int32_t
Elf32_Sword
;
typedef
658
Elf32_Sword
r_addend; /* Addend */
853
Elf32_Sword
d_tag; /* Dynamic entry type */
981
#define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((
Elf32_Sword
) (tag) <<1>>1)-1)
1811
Elf32_Sword
ri_gp_value; /* $gp register value. */
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
68
#define
Elf32_Sword
Elf_Sword
macro
/third_party/elfio/elfio/
H
A
D
elf_types.hpp
45
using
Elf32_Sword
= Elf_Sword;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
24
pub type
Elf32_Sword
= i32;
types
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H
A
D
mod.rs
26
pub type
Elf32_Sword
= i32;
types
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
41
pub type
Elf32_Sword
= i32;
types
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
24
pub type
Elf32_Sword
= i32;
types
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
27
pub type
Elf32_Sword
= i32;
types
Completed in 102 milliseconds