Searched defs:byte_order (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Darch-utils.c160 int byte_order = gdbarch_byte_order (gdbarch); local
177 int byte_order = gdbarch_byte_order (gdbarch); local
[all...]
H A Dgdbarch.h2419 int byte_order; member in struct:gdbarch_info
H A Dgdbarch.c78 int byte_order; member in struct:gdbarch
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp471 CopyYMMtoXSTATE(uint32_t reg, lldb::ByteOrder byte_order) argument
488 CopyXSTATEtoYMM(uint32_t reg, lldb::ByteOrder byte_order) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp108 ReadMaxInt64(const uint8_t *data, size_t byte_size, ByteOrder byte_order) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1786 ByteOrder byte_order = process_sp->GetByteOrder(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1608 const ByteOrder byte_order = process_sp->GetByteOrder(); local
1631 byte_order, local
/freebsd-11-stable/contrib/gdb/include/
H A Dieee.h38 unsigned char byte_order; member in struct:ieee_address
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c89 static int byte_order = DEFAULT_BYTE_ORDER; variable
/freebsd-11-stable/contrib/binutils/include/
H A Dieee.h38 unsigned char byte_order; member in struct:ieee_address
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1345 ByteOrder byte_order = data.GetByteOrder(); local
1493 const ByteOrder byte_order = process_sp->GetByteOrder(); local
1501 byte_order, local
1621 ByteOrder byte_order = target->GetArchitecture().GetByteOrder(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp461 ByteOrder byte_order = data.GetByteOrder(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1149 ByteOrder byte_order = eByteOrderInvalid; local
[all...]
H A DGDBRemoteCommunicationServerLLGS.cpp380 WriteRegisterValueInHexFixedWidth( StreamString &response, NativeRegisterContext &reg_ctx, const RegisterInfo &reg_info, const RegisterValue *reg_value_p, lldb::ByteOrder byte_order) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp652 const ByteOrder byte_order = process_sp->GetByteOrder(); local
660 byte_order, local
677 const ByteOrder byte_order = process_sp->GetByteOrder(); local
692 byte_order, local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp112 ByteOrder byte_order = eByteOrderInvalid; local
168 ByteOrder byte_order local
75 GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, const Address &address, ByteOrder &byte_order, uint32_t &addr_size) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp359 ByteOrder byte_order = data.GetByteOrder(); local
419 Register(uint32_t offs, RegisterContext *reg_ctx, ByteOrder byte_order) argument
407 Register(Type ty, uint32_t index, uint32_t offs, RegisterContext *reg_ctx, ByteOrder byte_order) argument
414 Register(Type ty, uint32_t index, RegisterContext *reg_ctx, ByteOrder byte_order) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp175 const lldb::ByteOrder byte_order = data.GetByteOrder(); variable
329 lldb::ByteOrder byte_order = data.GetByteOrder(); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp512 ByteOrder byte_order = data.GetByteOrder(); local
660 const ByteOrder byte_order = process_sp->GetByteOrder(); local
668 byte_order, local
685 const ByteOrder byte_order = process_sp->GetByteOrder(); local
701 byte_order, local
798 ByteOrder byte_order = target->GetArchitecture().GetByteOrder(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h402 void SetByteOrder(lldb::ByteOrder byte_order) { m_byte_order = byte_order; } argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp481 ByteOrder byte_order = data.GetByteOrder(); local
618 const ByteOrder byte_order = process_sp->GetByteOrder(); local
626 byte_order, local

Completed in 312 milliseconds

12