HomeSort by: relevance | last modified time | path
    Searched refs:abi (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/mips/include/
cdefs.h 51 #define _MIPS_SIM_NEWABI_P(abi) ((abi) == _MIPS_SIM_NABI32 || \
52 (abi) == _MIPS_SIM_ABI64)
54 #define _MIPS_SIM_LP64_P(abi) ((abi) == _MIPS_SIM_ABIX32 || \
55 (abi) == _MIPS_SIM_ABI64)
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 10 // Implementation of type hashing/lookup for Itanium C++ ABI.
22 // given in the Itanium ABI. We make no attempt to be ODR-compatible with
23 // those definitions, since existing ABI implementations aren't.
74 namespace abi = __cxxabiv1;
117 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
118 const abi::__class_type_info *Base,
125 if (const abi::__si_class_type_info *SI =
126 dynamic_cast<const abi::__si_class_type_info*>(Derived))
129 const abi::__vmi_class_type_info *VTI =
130 dynamic_cast<const abi::__vmi_class_type_info*>(Derived)
    [all...]
  /src/sys/arch/mips/mips/
syscall.c 130 const int abi = _MIPS_BSD_API_O32; local in function:EMULNAME
131 KASSERTMSG(p->p_md.md_abi == abi,
132 "pid %d(%p): md_abi(%d) != abi(%d)",
133 p->p_pid, p, p->p_md.md_abi, abi);
136 const int abi = p->p_md.md_abi; local in function:EMULNAME
137 size_t nregs = _MIPS_SIM_NEWABI_P(abi) ? 8 : 4;
153 || (code == SYS___syscall && abi != _MIPS_BSD_API_O32)) {
176 if (abi != _MIPS_BSD_API_O32) {
185 const size_t nsaved = _MIPS_SIM_NEWABI_P(abi) ? 0 : 4;
320 if (abi == _MIPS_BSD_API_O32 && SYCALL_RET_64_P(callp))
    [all...]
  /src/sys/stand/efiboot/bootarm/
Makefile 15 COPTS+= -mfloat-abi=soft -mno-unaligned-access -mlittle-endian
  /src/sys/compat/linux/arch/mips/
linux_machdep.c 150 const int abi = _MIPS_BSD_API_O32; local in function:linux_sendsig
152 const int abi = p->p_md.md_abi; local in function:linux_sendsig
194 switch (abi) {
295 const int abi = _MIPS_BSD_API_O32; local in function:linux_sys_sigreturn
297 const int abi = p->p_md.md_abi; local in function:linux_sys_sigreturn
318 switch (abi) {
  /src/compat/arm/eabihf/
bsd.eabihf.mk 7 EARM_COMPAT_FLAGS= -mfloat-abi=hard
  /src/tests/sys/crypto/aes/
Makefile 44 COPTS.aes_neon.c+= -mfloat-abi=softfp -mfpu=neon
45 COPTS.aes_neon_subr.c+= -mfloat-abi=softfp -mfpu=neon
  /src/tests/sys/crypto/chacha/
Makefile 36 COPTS.chacha_neon.c+= -mfloat-abi=softfp -mfpu=neon
  /src/compat/arm/eabi/
bsd.eabi.mk 7 EARM_COMPAT_FLAGS= -mfloat-abi=soft -mfpu=none
  /src/sys/compat/linux/common/
linux_exec_elf32.c 389 u_int32_t *abi; local in function:ELFNAME2
410 abi = (u_int32_t *)((char *)np + sizeof(Elf_Nhdr) +
412 if (abi[0] == ELF_NOTE_ABI_OS_LINUX)
  /src/sys/arch/ia64/unwind/
decode.h 96 u_int abi; member in struct:unwind_desc_P10
decode.c 203 uwd->P10.abi = buf[1];
stackframe.c 544 printf("(abi: ");
545 switch(rchain->udesc.P10.abi) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
build_symbolizer.sh 146 $LIBCXX_BUILD/lib/libc++abi.a \
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_device_setup 94 local _ABI=$(adb_shell getprop ro.product.cpu.abi)
105 echo "Unrecognized device ABI: $_ABI"
  /src/tools/gcc/
Makefile 60 COMMON_CONFIGURE_ARGS+= --with-default-libstdcxx-abi=new
  /src/lib/librumpuser/build-aux/
config.guess 190 # to ELF recently (or will in the future) and ABI.
211 # Determine ABI tags.
215 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
234 echo "${machine}-${os}${release}${abi}"
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 190 # to ELF recently (or will in the future) and ABI.
211 # Determine ABI tags.
215 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
234 echo "${machine}-${os}${release}${abi}"
  /src/share/mk/
bsd.own.mk 1065 # Flags to pass to CC for using the old APCS ABI on ARM for compat or stand.
1066 ARM_APCS_FLAGS= -mabi=apcs-gnu -mfloat-abi=soft -marm

Completed in 21 milliseconds