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:Elf64_auxv_t
(Results
1 - 14
of
14
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
gelf_update_auxv.c
93
if (unlikely ((ndx + 1) * sizeof (
Elf64_auxv_t
) > data_scn->d.d_size))
in gelf_update_auxv()
99
((
Elf64_auxv_t
*) data_scn->d.d_buf)[ndx] = *src;
in gelf_update_auxv()
H
A
D
gelf_getauxv.c
87
assert (sizeof (GElf_auxv_t) == sizeof (
Elf64_auxv_t
));
in gelf_getauxv()
H
A
D
gelf.h
113
typedef
Elf64_auxv_t
GElf_auxv_t;
H
A
D
elf.h
1178
}
Elf64_auxv_t
;
typedef
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.c
163
Elf64_auxv_t
aux;
in check_os_altivec_support()
442
Elf64_auxv_t
aux;
in check_os_mips64_support()
447
while (read(fd, &aux, sizeof(
Elf64_auxv_t
)) == sizeof(
Elf64_auxv_t
)) {
in check_os_mips64_support()
/third_party/elfutils/libdwfl/
H
A
D
linux-proc-maps.c
115
Elf64_auxv_t
a64[64];
in grovel_auxv()
143
const
Elf64_auxv_t
*a64 = d.a64 + a64i;
in grovel_auxv()
H
A
D
link_map.c
49
const char *typep = a64 + offsetof (
Elf64_auxv_t
, a_type);
in do_check64()
51
const char *valp = a64 + offsetof (
Elf64_auxv_t
, a_un.a_val);
in do_check64()
104
for (size_t i = 0; i < size / sizeof (
Elf64_auxv_t
); ++i)
in auxv_format_probe()
106
if (do_check64 (auxv + i * sizeof (
Elf64_auxv_t
), elfdata))
in auxv_format_probe()
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
assembler-s390.cc
119
static
Elf64_auxv_t
buffer[16];
in supportsSTFLE()
120
Elf64_auxv_t
* auxv_element;
in supportsSTFLE()
/third_party/node/deps/v8/src/base/
H
A
D
cpu.cc
802
Elf64_auxv_t
entry;
in CPU()
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
985
}
Elf64_auxv_t
;
typedef
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
976
}
Elf64_auxv_t
;
typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
976
}
Elf64_auxv_t
;
typedef
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
976
}
Elf64_auxv_t
;
typedef
/third_party/musl/include/
H
A
D
elf.h
1011
}
Elf64_auxv_t
;
typedef
Completed in 68 milliseconds