HomeSort by relevance Sort by last modified time
    Searched full:at_sysinfo (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
auxvec.h 8 #define AT_SYSINFO 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
auxvec.h 8 #define AT_SYSINFO 32
  /external/kernel-headers/original/uapi/asm-x86/asm/
auxvec.h 9 #define AT_SYSINFO 32
  /bionic/libc/kernel/uapi/asm-x86/asm/
auxvec.h 22 #define AT_SYSINFO 32
  /external/linux-kselftest/tools/testing/selftests/x86/
unwind_vdso.c 2 * unwind_vdso.c - tests unwind info for AT_SYSINFO in the vDSO
169 sysinfo = getauxval(AT_SYSINFO);
174 printf("[WARN]\tdladdr failed on AT_SYSINFO\n");
194 printf("[WARN]\tsyscall(2) didn't enter AT_SYSINFO\n");
ptrace_syscall.c 74 * Nasty helper to invoke AT_SYSINFO (i.e. __kernel_vsyscall) with
412 vsyscall32 = (void *)getauxval(AT_SYSINFO);
413 printf("[RUN]\tCheck AT_SYSINFO return regs\n");
test_syscall_vdso.c 50 if (auxv->a_type == AT_SYSINFO)
  /bionic/libc/bionic/
libc_init_common.cpp 71 // Running under valgrind, AT_SYSINFO won't be set.
72 void* at_sysinfo = reinterpret_cast<void*>(args.getauxval(AT_SYSINFO)); local
73 if (at_sysinfo != nullptr) __libc_sysinfo = at_sysinfo;
  /external/valgrind/docs/internals/
notes.txt 111 place and making the AT_SYSINFO entry point at it, as that mechanism
114 On x86-linux, the vsyscall address is whatever the AT_SYSINFO entry
  /external/valgrind/coregrind/
pub_core_machine.h 186 (2) from the AT_SYSINFO entries the kernel gave us (ppc cache
m_machine.c 421 (2) from the AT_SYSINFO entries the kernel gave us (ppc32 cache
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 275 #ifndef AT_SYSINFO
276 #define AT_SYSINFO 32
277 #endif /* AT_SYSINFO */
786 case AT_SYSINFO:
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]

Completed in 878 milliseconds