OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT_SYSINFO_EHDR
(Results
1 - 25
of
27
) sorted by null
1
2
/bionic/libc/kernel/arch-x86/asm/
auxvec.h
22
#define
AT_SYSINFO_EHDR
33
/development/ndk/platforms/android-9/arch-x86/include/asm/
auxvec.h
22
#define
AT_SYSINFO_EHDR
33
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
auxvec.h
10
#define
AT_SYSINFO_EHDR
33
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
auxvec.h
10
#define
AT_SYSINFO_EHDR
33
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
auxvec.h
10
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
auxvec.h
18
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
auxvec.h
18
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
auxvec.h
18
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
auxvec.h
18
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
auxvec.h
18
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
auxvec.h
22
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
auxvec.h
22
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
auxvec.h
22
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
auxvec.h
22
#define
AT_SYSINFO_EHDR
33
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
auxvec.h
22
#define
AT_SYSINFO_EHDR
33
/external/kernel-headers/original/asm-x86/
auxvec.h
10
#define
AT_SYSINFO_EHDR
33
/bionic/libc/bionic/
dl_iterate_phdr_static.c
57
#ifdef
AT_SYSINFO_EHDR
65
Elf32_Ehdr* ehdr_vdso = (Elf32_Ehdr*) getauxval(
AT_SYSINFO_EHDR
);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.cc
53
#ifndef
AT_SYSINFO_EHDR
54
#define
AT_SYSINFO_EHDR
33
78
// Valgrind zaps
AT_SYSINFO_EHDR
and friends from the auxv[]
96
if (aux.a_type ==
AT_SYSINFO_EHDR
) {
105
// Didn't find
AT_SYSINFO_EHDR
in auxv[].
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.cc
53
#ifndef
AT_SYSINFO_EHDR
54
#define
AT_SYSINFO_EHDR
33
78
// Valgrind zaps
AT_SYSINFO_EHDR
and friends from the auxv[]
96
if (aux.a_type ==
AT_SYSINFO_EHDR
) {
105
// Didn't find
AT_SYSINFO_EHDR
in auxv[].
/external/elfutils/libdwfl/
linux-proc-maps.c
70
/* Search /proc/PID/auxv for the
AT_SYSINFO_EHDR
tag. */
100
if (d.a32[i].a_type ==
AT_SYSINFO_EHDR
)
109
if (d.a64[i].a_type ==
AT_SYSINFO_EHDR
)
172
/* If this is the special mapping
AT_SYSINFO_EHDR
pointed us at,
239
/* We'll notice the
AT_SYSINFO_EHDR
address specially when we hit it. */
/external/valgrind/main/coregrind/m_initimg/
initimg-linux.c
282
#ifndef
AT_SYSINFO_EHDR
283
#define
AT_SYSINFO_EHDR
33
284
#endif /*
AT_SYSINFO_EHDR
*/
754
case
AT_SYSINFO_EHDR
: {
[
all
...]
/bionic/linker/
linker.cpp
[
all
...]
/external/qemu/
elf.h
252
#define
AT_SYSINFO_EHDR
33 /* address of kernel vdso */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
[
all
...]
Completed in 416 milliseconds
1
2