HomeSort by relevance Sort by last modified time
    Searched defs:a_type (Results 1 - 23 of 23) sorted by null

  /bionic/libc/include/
elf.h 36 uint32_t a_type; member in struct:__anon67
43 uint64_t a_type; member in struct:__anon69
  /development/ndk/platforms/android-3/include/
elf.h 59 uint32_t a_type; member in struct:__anon988
66 uint64_t a_type; member in struct:__anon990
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon56442
66 uint64_t a_type; member in struct:__anon56444
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon56892
66 uint64_t a_type; member in struct:__anon56894
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon57343
66 uint64_t a_type; member in struct:__anon57345
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon57742
66 uint64_t a_type; member in struct:__anon57744
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon58192
66 uint64_t a_type; member in struct:__anon58194
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon58643
66 uint64_t a_type; member in struct:__anon58645
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon59010
66 uint64_t a_type; member in struct:__anon59012
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon59372
66 uint64_t a_type; member in struct:__anon59374
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon59734
66 uint64_t a_type; member in struct:__anon59736
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon60098
66 uint64_t a_type; member in struct:__anon60100
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon60495
66 uint64_t a_type; member in struct:__anon60497
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon60945
66 uint64_t a_type; member in struct:__anon60947
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon61396
66 uint64_t a_type; member in struct:__anon61398
  /external/ipsec-tools/src/libipsec/
libpfkey.h 79 u_int a_type, a_keylen; /* Authentication alg and key */ member in struct:pfkey_send_sa_args
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 353 Word a_type; member in struct:auxv
453 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) {
454 if (cauxv->a_type == AT_PLATFORM ||
455 cauxv->a_type == AT_BASE_PLATFORM)
457 else if (cauxv->a_type == AT_RANDOM)
459 else if (cauxv->a_type == AT_EXECFN && have_exename)
621 auxv[0].a_type = AT_IGNOREPPC;
623 auxv[1].a_type = AT_IGNOREPPC;
628 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) {
634 switch(auxv->a_type) {
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 694 Elf32_Word a_type; /* 32-bit id */ member in struct:__anon120
699 Elf64_Word a_type; /* 32-bit id */ member in struct:__anon121
705 /* a_type */
    [all...]
  /external/elfutils/libelf/
elf.h 922 uint32_t a_type; \/* Entry type *\/ member in struct:__anon19955
934 uint64_t a_type; \/* Entry type *\/ member in struct:__anon19957
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 907 uint32_t a_type; \/* Entry type *\/ member in struct:__anon39209
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon39211
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 907 uint32_t a_type; \/* Entry type *\/ member in struct:__anon40799
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon40801
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 907 uint32_t a_type; \/* Entry type *\/ member in struct:__anon42314
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon42316
    [all...]
  /external/valgrind/main/perf/
tinycc.c 835 int a_type; /* Entry type */ member in struct:__anon30337
846 long int a_type; /* Entry type */ member in struct:__anon30339
855 /* Legal values for a_type (entry type). */
873 /* Some more special a_type values describing the hardware. */
    [all...]

Completed in 2158 milliseconds