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_auxv_t
(Results
1 - 14
of
14
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
gelf_getauxv.c
65
Elf32_auxv_t
*src;
in gelf_getauxv()
71
if (unlikely ((ndx + 1) * sizeof (
Elf32_auxv_t
) > data_scn->d.d_size))
in gelf_getauxv()
77
src = &((
Elf32_auxv_t
*) data_scn->d.d_buf)[ndx];
in gelf_getauxv()
H
A
D
gelf_update_auxv.c
67
Elf32_auxv_t
*auxv;
in gelf_update_auxv()
79
if (unlikely ((ndx + 1) * sizeof (
Elf32_auxv_t
) > data_scn->d.d_size))
in gelf_update_auxv()
85
auxv = &((
Elf32_auxv_t
*) data_scn->d.d_buf)[ndx];
in gelf_update_auxv()
H
A
D
elf.h
1166
}
Elf32_auxv_t
;
typedef
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.c
165
Elf32_auxv_t
aux;
in check_os_altivec_support()
411
Elf32_auxv_t
aux;
in check_os_arm_support()
416
while (read(fd, &aux, sizeof(
Elf32_auxv_t
)) == sizeof(
Elf32_auxv_t
)) {
in check_os_arm_support()
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
H
A
D
linux-auxv.c
100
Elf32_auxv_t
aux;
in png_have_neon()
/third_party/elfutils/libdwfl/
H
A
D
linux-proc-maps.c
116
Elf32_auxv_t
a32[128];
in grovel_auxv()
130
const
Elf32_auxv_t
*a32 = d.a32 + a32i;
in grovel_auxv()
H
A
D
link_map.c
76
const char *typep = a32 + offsetof (
Elf32_auxv_t
, a_type);
in do_check32()
78
const char *valp = a32 + offsetof (
Elf32_auxv_t
, a_un.a_val);
in do_check32()
112
if (do_check32 (auxv + (i * 2) * sizeof (
Elf32_auxv_t
), elfdata)
in auxv_format_probe()
113
|| do_check32 (auxv + (i * 2 + 1) * sizeof (
Elf32_auxv_t
), elfdata))
in auxv_format_probe()
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
assembler-s390.cc
122
static
Elf32_auxv_t
buffer[16];
in supportsSTFLE()
123
Elf32_auxv_t
* auxv_element;
in supportsSTFLE()
/third_party/node/deps/v8/src/base/
H
A
D
cpu.cc
804
Elf32_auxv_t
entry;
in CPU()
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
978
}
Elf32_auxv_t
;
typedef
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
969
}
Elf32_auxv_t
;
typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
969
}
Elf32_auxv_t
;
typedef
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
969
}
Elf32_auxv_t
;
typedef
/third_party/musl/include/
H
A
D
elf.h
1004
}
Elf32_auxv_t
;
typedef
Completed in 74 milliseconds