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

  /bionic/libc/include/
elf.h 36 uint32_t a_type; member in struct:__anon18
43 uint64_t a_type; member in struct:__anon20
  /development/ndk/platforms/android-3/include/
elf.h 59 uint32_t a_type; member in struct:__anon936
66 uint64_t a_type; member in struct:__anon938
  /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:__anon70
699 Elf64_Word a_type; /* 32-bit id */ member in struct:__anon71
705 /* a_type */
    [all...]
  /external/elfutils/libelf/
elf.h 922 uint32_t a_type; \/* Entry type *\/ member in struct:__anon7938
934 uint64_t a_type; \/* Entry type *\/ member in struct:__anon7940
    [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:__anon26239
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon26241
    [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:__anon27829
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon27831
    [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:__anon29344
919 uint64_t a_type; \/* Entry type *\/ member in struct:__anon29346
    [all...]
  /external/valgrind/main/perf/
tinycc.c 835 int a_type; /* Entry type */ member in struct:__anon17454
846 long int a_type; /* Entry type */ member in struct:__anon17456
855 /* Legal values for a_type (entry type). */
873 /* Some more special a_type values describing the hardware. */
    [all...]

Completed in 673 milliseconds