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

1234567

/freebsd-13-stable/sys/mips/include/
H A Dcdefs.h55 #define _MIPS_SIM_NEWABI_P(abi) ((abi) == _MIPS_SIM_NABI32 || \
56 (abi) == _MIPS_SIM_ABI64)
58 #define _MIPS_SIM_LP64_P(abi) ((abi) == _MIPS_SIM_ABIX32 || \
59 (abi) == _MIPS_SIM_ABI64)
/freebsd-13-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,
58 const ABI *abi = m_process.GetABI().get(); local
60 // Ask the abi for the return value
61 if (abi) {
64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent);
H A DUnwindLLDB.cpp52 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
54 while (AddOneMoreFrame(abi)) {
75 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
99 UpdateUnwindPlanForFirstFrameIfInvalid(abi);
113 UnwindLLDB::CursorSP UnwindLLDB::GetOneMoreFrame(ABI *abi) { argument
160 return GetOneMoreFrame(abi);
179 return GetOneMoreFrame(abi);
199 return GetOneMoreFrame(abi);
207 if (abi && !abi
295 UpdateUnwindPlanForFirstFrameIfInvalid(ABI *abi) argument
318 AddOneMoreFrame(ABI *abi) argument
400 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
446 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; local
[all...]
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,
462 const ABI *abi = m_process.GetABI().get(); local
463 if (abi && m_return_type.IsValid()) {
466 abi
33 ConstructorSetup( Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr, lldb::addr_t &function_load_addr) argument
[all...]
H A DRegisterContextUnwind.cpp138 ABI *abi = process->GetABI().get(); local
139 if (abi)
140 current_pc = abi->FixCodeAddress(current_pc);
297 ABI *abi = process->GetABI().get(); local
298 if (abi)
299 pc = abi->FixCodeAddress(pc);
366 if (abi) {
370 abi->CreateDefaultUnwindPlan(*m_full_unwind_plan_sp);
695 ABI *abi = process ? process->GetABI().get() : nullptr; local
696 if (abi) {
1360 ABI *abi = process ? process->GetABI().get() : nullptr; local
2128 ABI *abi = process_sp->GetABI().get(); local
2161 ABI *abi = process_sp->GetABI().get(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp74 namespace abi = __cxxabiv1;
117 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
118 const abi::__class_type_info *Base,
124 if (const abi::__si_class_type_info *SI =
125 dynamic_cast<const abi::__si_class_type_info*>(Derived))
128 const abi::__vmi_class_type_info *VTI =
129 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
139 abi::__base_class_type_info::__offset_shift;
141 abi::__base_class_type_info::__virtual_mask)
156 static const abi
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddbuf_stats.c67 arc_buf_info_t abi = { 0 }; local
73 arc_buf_info(db->db_buf, &abi, zfs_dbuf_state_index);
95 abi.abi_state_type,
96 abi.abi_state_contents,
97 abi.abi_flags,
98 (ulong_t)abi.abi_bufcnt,
99 (u_longlong_t)abi.abi_size,
100 (u_longlong_t)abi.abi_access,
101 (ulong_t)abi.abi_mru_hits,
102 (ulong_t)abi
[all...]
/freebsd-13-stable/lib/msun/arm/
H A DMakefile.inc10 CFLAGS.fenv-vfp.c= -mfpu=vfp -mfloat-abi=softfp
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h144 void UpdateUnwindPlanForFirstFrameIfInvalid(ABI *abi);
146 CursorSP GetOneMoreFrame(ABI *abi);
148 bool AddOneMoreFrame(ABI *abi);
H A DThreadPlanCallFunction.h106 bool ConstructorSetup(Thread &thread, ABI *&abi,
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dmarshall.h38 #include <infiniband/kern-abi.h>
/freebsd-13-stable/lib/libsysdecode/
H A Dsyscallnames.c73 sysdecode_syscallname(enum sysdecode_abi abi, unsigned int code) argument
76 switch (abi) {
H A Derrno.c125 sysdecode_abi_to_freebsd_errno(enum sysdecode_abi abi, int error) argument
128 switch (abi) {
161 sysdecode_freebsd_to_abi_errno(enum sysdecode_abi abi, int error) argument
164 switch (abi) {
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs_core/
H A DMakefile.am35 EXTRA_DIST = libzfs_core.abi libzfs_core.suppr
/freebsd-13-stable/usr.bin/truss/
H A Dtruss.h60 enum sysdecode_abi abi; member in struct:procabi
102 struct procabi *abi; member in struct:procinfo
H A Dsetup.c66 struct procabi *abi; member in struct:procabi_table
78 .abi = SYSDECODE_ABI_CLOUDABI32,
86 .abi = SYSDECODE_ABI_CLOUDABI64,
94 .abi = SYSDECODE_ABI_FREEBSD,
107 .abi = SYSDECODE_ABI_FREEBSD32,
117 .abi = SYSDECODE_ABI_LINUX,
126 .abi = SYSDECODE_ABI_LINUX32,
262 return (abis[i].abi);
348 np->abi = find_abi(pid);
477 t->proc->abi
[all...]
/freebsd-13-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);
234 /// \param[in] abi
238 lldb::DescriptionLevel level, ABI *abi) const;
/freebsd-13-stable/contrib/libcxxrt/
H A Dcxxabi.h37 * http://sourcery.mentor.com/public/cxx-abi/abi.html
241 namespace abi = __cxxabiv1;
/freebsd-13-stable/sys/contrib/openzfs/lib/libnvpair/
H A DMakefile.am47 EXTRA_DIST = libnvpair.abi libnvpair.suppr
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
H A DMakefile.am37 EXTRA_DIST = libuutil.abi libuutil.suppr
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfsbootenv/
H A DMakefile.am39 EXTRA_DIST = libzfsbootenv.abi libzfsbootenv.suppr
/freebsd-13-stable/contrib/dialog/
H A Ddialog-config.in88 --abi-version)
119 --abi-version echos the ABI version of ${THIS}
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dcxgb4-abi.h36 #include <infiniband/kern-abi.h>
/freebsd-13-stable/crypto/openssl/crypto/
H A Dx86_64cpuid.pl39 .type OPENSSL_atomic_add,\@abi-omnipotent
55 .type OPENSSL_rdtsc,\@abi-omnipotent
236 .type OPENSSL_cleanse,\@abi-omnipotent
273 .type CRYPTO_memcmp,\@abi-omnipotent
311 .type OPENSSL_wipe_cpu,\@abi-omnipotent
346 .type OPENSSL_wipe_cpu,\@abi-omnipotent
375 .type OPENSSL_instrument_bus,\@abi-omnipotent
409 .type OPENSSL_instrument_bus2,\@abi-omnipotent
464 .type OPENSSL_ia32_${rdop}_bytes,\@abi-omnipotent
/freebsd-13-stable/lib/libc/mips/gen/
H A Dmakecontext.c41 #include <machine/abi.h>

Completed in 237 milliseconds

1234567