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:__anon56423
66 uint64_t a_type; member in struct:__anon56425
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon56873
66 uint64_t a_type; member in struct:__anon56875
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon57324
66 uint64_t a_type; member in struct:__anon57326
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon57723
66 uint64_t a_type; member in struct:__anon57725
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon58173
66 uint64_t a_type; member in struct:__anon58175
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon58624
66 uint64_t a_type; member in struct:__anon58626
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon58991
66 uint64_t a_type; member in struct:__anon58993
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon59353
66 uint64_t a_type; member in struct:__anon59355
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon59715
66 uint64_t a_type; member in struct:__anon59717
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon60079
66 uint64_t a_type; member in struct:__anon60081
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon60476
66 uint64_t a_type; member in struct:__anon60478
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon60926
66 uint64_t a_type; member in struct:__anon60928
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
elf.h 59 uint32_t a_type; member in struct:__anon61377
66 uint64_t a_type; member in struct:__anon61379
  /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:__anon19956
934 uint64_t a_type; \/* Entry type *\/ member in struct:__anon19958
    [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:__anon39190
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon39192
    [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:__anon40780
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon40782
    [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:__anon42295
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon42297
    [all...]
  /external/valgrind/main/perf/
tinycc.c 835 int a_type; /* Entry type */ member in struct:__anon30316
846 long int a_type; /* Entry type */ member in struct:__anon30318
855 /* Legal values for a_type (entry type). */
873 /* Some more special a_type values describing the hardware. */
    [all...]

Completed in 555 milliseconds