HomeSort by relevance Sort by last modified time
    Searched refs:AT_SYSINFO (Results 1 - 11 of 11) sorted by null

  /development/ndk/platforms/android-9/arch-x86/include/asm/
auxvec.h 21 #define AT_SYSINFO 32
  /bionic/libc/kernel/uapi/asm-x86/asm/
auxvec.h 22 #define AT_SYSINFO 32
  /development/ndk/platforms/android-L/arch-x86/include/asm/
auxvec.h 22 #define AT_SYSINFO 32
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
auxvec.h 22 #define AT_SYSINFO 32
  /external/kernel-headers/original/uapi/asm-x86/asm/
auxvec.h 8 #define AT_SYSINFO 32
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_entry.c 23 if (av->a_type == AT_SYSINFO) {
38 entry->a_type = AT_SYSINFO;
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_main.cc 46 AT_SYSINFO,
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
ppapi_plugin_start.c 41 * Scan the auxv for AT_SYSINFO, which is the pointer to the IRT query function.
49 if (av->a_type == AT_SYSINFO)
59 fatal_error("PpapiPluginStart: No AT_SYSINFO item found in auxv, "
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
AuxVector.h 73 AT_SYSINFO = 32, ///< Pointer to the global system page used for system calls and other nice things.
AuxVector.cpp 166 case ENTRY_NAME(AT_SYSINFO); break;
  /external/elfutils/0.153/libelf/
elf.h     [all...]

Completed in 111 milliseconds