Searched refs:abi (Results 1 - 25 of 173) sorted by relevance

1234567

/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A DMakefile.mips19 .for abi in ${MIPS_ABIS}
20 #.if (${abi} != ${NATIVE_EMULATION})
21 EMS+= ${abi}
24 LDSCRIPTS+= ${abi}.${ext}
25 ldscripts/${abi}.${ext}: e${abi}.c
27 SRCS+= e${abi}.c
28 CLEANFILES+= e${abi}.c
30 e${abi}.c: ${.CURDIR}/${abi}
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dcdefs.h53 #define _MIPS_SIM_NEWABI_P(abi) ((abi) == _MIPS_SIM_NABI32 || \
54 (abi) == _MIPS_SIM_ABI64)
56 #define _MIPS_SIM_LP64_P(abi) ((abi) == _MIPS_SIM_ABIX32 || \
57 (abi) == _MIPS_SIM_ABI64)
/freebsd-11-stable/usr.bin/truss/
H A DMakefile31 .for abi in ${ABIS}
34 ABI_SRCS= ${abi}.c ${MACHINE_ARCH}-${abi}.c ${MACHINE_CPUARCH}-${abi}.c
H A Dtruss.h61 enum sysdecode_abi abi; member in struct:procabi
68 #define PROCABI(abi) DATA_SET(procabi, abi)
105 struct procabi *abi; member in struct:procinfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp31 ABI *abi = nullptr; local
33 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr))
36 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr,
60 const ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
62 // Ask the abi for the return value
63 if (abi) {
66 abi->GetReturnValueObject(m_thread, m_return_type, persistent);
H A DThreadPlanCallFunction.cpp34 Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr,
44 abi = process_sp->GetABI().get();
46 if (!abi)
53 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize();
112 ABI *abi = nullptr; local
114 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr))
117 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr,
467 const ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
468 if (abi && m_return_type.IsValid()) {
471 abi
33 ConstructorSetup( Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr, lldb::addr_t &function_load_addr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp73 namespace abi = __cxxabiv1;
116 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
117 const abi::__class_type_info *Base,
123 if (const abi::__si_class_type_info *SI =
124 dynamic_cast<const abi::__si_class_type_info*>(Derived))
127 const abi::__vmi_class_type_info *VTI =
128 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
138 abi::__base_class_type_info::__offset_shift;
140 abi::__base_class_type_info::__virtual_mask)
155 static const abi
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp53 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
55 while (AddOneMoreFrame(abi)) {
76 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
100 UpdateUnwindPlanForFirstFrameIfInvalid(abi);
114 UnwindLLDB::CursorSP UnwindLLDB::GetOneMoreFrame(ABI *abi) { argument
161 return GetOneMoreFrame(abi);
180 return GetOneMoreFrame(abi);
200 return GetOneMoreFrame(abi);
208 if (abi && !abi
296 UpdateUnwindPlanForFirstFrameIfInvalid(ABI *abi) argument
319 AddOneMoreFrame(ABI *abi) argument
401 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
447 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
[all...]
H A DUnwindLLDB.h144 void UpdateUnwindPlanForFirstFrameIfInvalid(ABI *abi);
146 CursorSP GetOneMoreFrame(ABI *abi);
148 bool AddOneMoreFrame(ABI *abi);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-abi.c23 #include "cp-abi.h"
102 struct cp_abi_ops *abi; local
104 abi = find_cp_abi (short_name);
105 if (abi == NULL)
108 current_cp_abi = *abi;
115 register_cp_abi (struct cp_abi_ops *abi) argument
119 "Too many C++ ABIs, please increase CP_ABI_MAX in cp-abi.c");
121 cp_abis[num_cp_abis++] = abi;
132 struct cp_abi_ops *abi = find_cp_abi (short_name); local
134 if (abi
[all...]
H A Dcp-abi.h168 extern int register_cp_abi (struct cp_abi_ops *abi);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dvec.cc1 // New abi Support -*- C++ -*-
372 abi::__cxa_cdtor_type constructor,
376 return abi::__cxa_vec_ctor (array_address, element_count, element_size,
382 abi::__cxa_cdtor_type constructor,
392 return abi::__cxa_vec_ctor (array_address,
404 return abi::__cxa_vec_cctor (dest_array, src_array,
413 return abi::__cxa_vec_new(element_count, element_size,
421 abi::__cxa_cdtor_type constructor)
423 return abi::__cxa_vec_new (element_count, element_size, 0, constructor,
430 abi
[all...]
H A Dvterminate.cc40 using namespace abi;
H A Deh_globals.cc54 abi::__cxa_eh_globals*
57 static __thread abi::__cxa_eh_globals global;
/freebsd-11-stable/lib/msun/arm/
H A DMakefile.inc10 CFLAGS.fenv-vfp.c= -mfpu=vfp -mfloat-abi=softfp
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabispe.h34 if (!rs6000_explicit_options.abi) \
H A Dlinuxspe.h50 if (!rs6000_explicit_options.abi) \
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dmarshall.h38 #include <infiniband/kern-abi.h>
/freebsd-11-stable/lib/libsysdecode/
H A Dsyscallnames.c71 sysdecode_syscallname(enum sysdecode_abi abi, unsigned int code) argument
74 switch (abi) {
H A Derrno.c127 sysdecode_abi_to_freebsd_errno(enum sysdecode_abi abi, int error) argument
130 switch (abi) {
164 sysdecode_freebsd_to_abi_errno(enum sysdecode_abi abi, int error) argument
167 switch (abi) {
/freebsd-11-stable/contrib/libcxxrt/
H A Dcxxabi.h37 * http://sourcery.mentor.com/public/cxx-abi/abi.html
241 namespace abi = __cxxabiv1;
/freebsd-11-stable/crypto/openssl/crypto/
H A Dx86_64cpuid.pl32 .type OPENSSL_atomic_add,\@abi-omnipotent
46 .type OPENSSL_rdtsc,\@abi-omnipotent
203 .type OPENSSL_cleanse,\@abi-omnipotent
240 .type OPENSSL_wipe_cpu,\@abi-omnipotent
273 .type OPENSSL_wipe_cpu,\@abi-omnipotent
295 .type OPENSSL_ia32_rdrand,\@abi-omnipotent
310 .type OPENSSL_ia32_rdseed,\@abi-omnipotent
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h65 /// \param[in] abi
69 lldb::addr_t location_list_base_addr, ABI *abi) const;
218 ABI *abi);
245 /// \param[in] abi
249 lldb::DescriptionLevel level, ABI *abi) const;
/freebsd-11-stable/contrib/dialog/
H A Ddialog-config.in88 --abi-version)
119 --abi-version echos the ABI version of ${THIS}
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dcxgb4-abi.h36 #include <infiniband/kern-abi.h>

Completed in 184 milliseconds

1234567