Home
last modified time | relevance | path

Searched defs:abi (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp53 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in DoGetFrameCount() local
76 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in AddFirstFrame() local
114 UnwindLLDB::CursorSP UnwindLLDB::GetOneMoreFrame(ABI *abi) { in GetOneMoreFrame()
301 void UnwindLLDB::UpdateUnwindPlanForFirstFrameIfInvalid(ABI *abi) { in UpdateUnwindPlanForFirstFrameIfInvalid()
323 bool UnwindLLDB::AddOneMoreFrame(ABI *abi) { in AddOneMoreFrame()
405 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in DoGetFrameInfoAtIndex() local
453 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in DoCreateRegisterContextForFrame() local
H A DThreadPlanCallFunctionUsingABI.cpp31 ABI *abi = nullptr; in ThreadPlanCallFunctionUsingABI() local
58 const ABI *abi = m_process.GetABI().get(); in SetReturnValue() local
H A DThreadPlanCallFunction.cpp35 Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr, in ConstructorSetup() argument
116 ABI *abi = nullptr; in ThreadPlanCallFunction() local
468 const ABI *abi = m_process.GetABI().get(); in SetReturnValue() local
[all...]
H A DProcessTrace.cpp87 if (const ABISP &abi = GetABI()) in ReadMemory() local
H A DThreadPlanTracer.cpp186 const ABI *abi = m_process.GetABI().get(); Log() local
H A DRegisterContextUnwind.cpp802 ABI *abi = process ? process->GetABI().get() : nullptr; in GetFullUnwindPlanForFrame() local
1498 ABI *abi = process ? process->GetABI().get() : nullptr; in SavedLocationForRegister() local
/freebsd/lib/libsysdecode/
H A Derrno.c41 sysdecode_abi_to_freebsd_errno(enum sysdecode_abi abi, int error) in sysdecode_abi_to_freebsd_errno()
71 sysdecode_freebsd_to_abi_errno(enum sysdecode_abi abi, int error) in sysdecode_freebsd_to_abi_errno()
H A Dsyscallnames.c66 sysdecode_syscallname(enum sysdecode_abi abi, unsigned int code) in sysdecode_syscallname()
/freebsd/usr.sbin/pkg/
H A Dconfig.c152 char *abi; in pkg_get_myabi() local
179 subst_packagesite(const char *abi) in subst_packagesite() argument
479 char *abi = pkg_get_myabi(), *major, *minor; in read_conf_file() local
553 char *abi, *env_list_item; config_init() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp95 ABISP abi = process->GetABI(); in DoExecute() local
247 if (abi) in DoExecute() local
/freebsd/usr.bin/truss/
H A Dtruss.h58 enum sysdecode_abi abi; member
100 struct procabi *abi; member
H A Dsetup.c64 struct procabi *abi; member
H A Dsyscalls.c845 find_syscall(struct procabi *abi, u_int number) in find_syscall()
859 add_syscall(struct procabi *abi, u_int number, struct syscall *sc) in add_syscall()
/freebsd/sys/powerpc/powerpc/
H A Delf64_machdep.c228 int abi = (hdr->e_flags & 3); in ppc64_elfv1_header_match() local
238 int abi = (hdr->e_flags & 3); in ppc64_elfv2_header_match() local
/freebsd/contrib/libcxxrt/
H A Dcxxabi.h263 namespace abi = __cxxabiv1; variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp464 ABI *abi = process_sp->GetABI().get(); in GetUnwindPlanArchitectureDefault() local
489 ABI *abi = process_sp->GetABI().get(); in GetUnwindPlanArchitectureDefaultAtFunctionEntry() local
H A DVariable.cpp152 ABISP abi; in Dump() local
444 ABISP abi; in DumpLocations() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf_stats.c67 arc_buf_info_t abi = { 0 }; in __dbuf_stats_hash_table_data() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp265 std::string abi = arch.GetTargetABI(); in GetSize() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp417 const ABI *abi = process->GetABI().get(); RefreshTrampolines() local
860 const ABI *abi = nullptr; GetStepThroughDispatchPlan() local
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp68 uint32_t abi = files[0].flags & (EF_MIPS_ABI | EF_MIPS_ABI2); in checkFlags() local
/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c195 int abi; member
1468 set_osabi(struct elfcopy *ecp, const char *abi) in set_osabi()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp398 std::string abi; in ClangExpressionParser() local
1184 std::string abi; in GetClangTargetABI() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp711 ParameterABI abi) { in AddParameterABIAttr()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp563 std::string abi; in GetTargetABI() local

12