Home
last modified time | relevance | path

Searched refs:a_type (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval()
50 aux->a_type != AT_NULL; ++aux) { in getauxval()
51 if (type == aux->a_type) in getauxval()
/openbsd-src/lib/libcrypto/lhash/
H A Dlhash.h119 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
121 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
124 a_type *b = arg2; \
/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A Dexternal.h268 unsigned char a_type[4]; member
274 unsigned char a_type[8]; member
H A Dinternal.h220 bfd_vma a_type; member
/openbsd-src/gnu/usr.bin/binutils/include/elf/
H A Dexternal.h265 unsigned char a_type[4]; member
271 unsigned char a_type[8]; member
H A Dinternal.h220 bfd_vma a_type; member
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dlinux-unwind.h198 long a_type; in ppc_linux_aux_vector() member
211 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp) in ppc_linux_aux_vector()
212 if (auxp->a_type == which) in ppc_linux_aux_vector()
/openbsd-src/include/protocols/
H A Drouted.h81 u_int16_t a_type; member
/openbsd-src/gnu/usr.bin/binutils/include/aout/
H A Dadobe.h73 unsigned int a_type:8; /* Segment type N_TEXT, N_DATA, 0 */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/
H A Dadobe.h73 unsigned int a_type:8; /* Segment type N_TEXT, N_DATA, 0 */ member
/openbsd-src/sys/ntfs/
H A Dntfs.h63 u_int32_t a_type; member
H A Dntfs_subr.c328 while (ap->a_hdr.a_type != -1) { in ntfs_loadntnode()
544 vap->va_type = rap->a_hdr.a_type; in ntfs_attrtontvattr()
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c851 tree e_type, i_type, a_type; in fix_string_type() local
891 a_type = build_array_type (e_type, i_type); in fix_string_type()
893 a_type = c_build_qualified_type (a_type, TYPE_QUAL_CONST); in fix_string_type()
895 TREE_TYPE (value) = a_type; in fix_string_type()
/openbsd-src/lib/libcrypto/
H A DMakefile88 SRCS+= a_type.c
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td480 string a_type = frags[0].ptx_elt_type;
493 !ne(a_type, "s8"),
494 !ne(a_type, "u8"),
495 !ne(a_type, "s4"),
496 !ne(a_type, "u4")): false,
504 !ne(a_type, "f16"))) : false,
509 !or(!ne(a_type, b_type),
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc225 for (Elf_Auxinfo *aux = (Elf_Auxinfo *)p; aux->a_type != AT_NULL; aux++) {
226 if (aux->a_type == AT_EXECPATH) {