Searched refs:a_type (Results 1 - 25 of 27) sorted by relevance

12

/external/elfutils/backends/
H A Dalpha_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Di386_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Dppc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Dsparc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
/external/elfutils/libebl/
H A Deblauxvinfo.c107 ebl_auxv_info (ebl, a_type, name, format)
109 GElf_Xword a_type;
113 int result = ebl->auxv_info (a_type, name, format);
114 if (result == 0 && a_type < nauxv_types && auxv_types[a_type].name != NULL)
117 *name = auxv_types[a_type].name;
118 *format = auxv_types[a_type].format;
H A Dlibebl.h359 extern int ebl_auxv_info (Ebl *ebl, GElf_Xword a_type,
H A Deblopenbackend.c193 static int default_auxv_info (GElf_Xword a_type,
604 default_auxv_info (GElf_Xword a_type __attribute__ ((unused)),
/external/elfutils/libelf/
H A Dgelf_update_auxv.c95 if (unlikely (src->a_type > 0xffffffffll)
111 auxv->a_type = src->a_type;
H A Dgelf_getauxv.c105 dst->a_type = src->a_type;
H A Dabstract.h320 TYPE_NAME (ElfW2(32, Ext##Word), a_type) \
328 TYPE_NAME (ElfW2(64, Ext##Xword), a_type) \
H A Delf.h922 uint32_t a_type; /* Entry type */ member in struct:__anon4731
934 uint64_t a_type; /* Entry type */ member in struct:__anon4733
944 /* Legal values for a_type (entry type). */
963 /* Some more special a_type values describing the hardware. */
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c353 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...]
/external/openssl/crypto/lhash/
H A Dlhash.h129 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
131 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
134 a_type *b = arg2; \
/external/openssl/include/openssl/
H A Dlhash.h129 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
131 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
134 a_type *b = arg2; \
/external/elfutils/libdwfl/
H A Dlink_map.c90 if (u->a64[i].a_type == BE64 (PROBE_TYPE)
97 if (u->a64[i].a_type == LE64 (PROBE_TYPE)
109 if (u->a32[i].a_type == BE32 (PROBE_TYPE)
116 if (u->a32[i].a_type == LE32 (PROBE_TYPE)
657 if (av[i].a_type == BL##NN (AT_ENTRY)) \
659 else if (av[i].a_type == BL##NN (AT_PHDR)) \
661 else if (av[i].a_type == BL##NN (AT_PHNUM)) \
663 else if (av[i].a_type == BL##NN (AT_PHENT)) \
665 else if (av[i].a_type == BL##NN (AT_PAGESZ)) \
H A Dlinux-proc-maps.c100 if (d.a32[i].a_type == AT_SYSINFO_EHDR)
109 if (d.a64[i].a_type == AT_SYSINFO_EHDR)
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARM.cpp51 if (aux.a_type == AT_HWCAP) {
/external/ipsec-tools/src/libipsec/
H A Dpfkey.c1257 if (sa_parms->a_type == SADB_AALG_NONE) {
1267 if (sa_parms->a_type != SADB_AALG_NONE) {
1278 if (sa_parms->a_type != SADB_X_AALG_TCP_MD5) {
1304 if (sa_parms->a_type != SADB_AALG_NONE)
1352 sa_parms->a_type, sa_parms->e_type,
1385 if (sa_parms->a_type != SADB_AALG_NONE) {
2481 keymat, e_type, e_keylen, a_type, a_keylen, flags,
2488 u_int e_type, e_keylen, a_type, a_keylen, flags;
2508 psaa.a_type = a_type;
[all...]
H A Dlibpfkey.h79 u_int a_type, a_keylen; /* Authentication alg and key */ member in struct:pfkey_send_sa_args
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c77 * e_type e_keylen a_type a_keylen flags \
154 sa_args->e_keylen, sa_args->a_type, sa_args->a_keylen,
275 GETNEXTNUM(sa_args.a_type, strtoul);
H A Dpfkey.c722 e_type, e_keylen, a_type, a_keylen, flags)
728 u_int *a_type;
741 if ((*a_type = ipsecdoi2pfkey_aalg(hashtype)) == ~0)
754 if ((*a_type = ipsecdoi2pfkey_aalg(hashtype)) == ~0)
763 *a_type = SADB_X_AALG_MD5;
768 if (*a_type == SADB_AALG_NONE) {
781 *a_type = SADB_AALG_NONE;
1090 &sa_args.a_type, &sa_args.a_keylen,
1378 &sa_args.a_type, &sa_args.a_keylen,
/external/openssl/
H A DCrypto.mk64 crypto/asn1/a_type.c \

Completed in 615 milliseconds

12