/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 199 uint16_t magic = data.GetU16(&offset); in MagicBytesMatch() 355 dos_header.e_magic = data.GetU16(&offset); // Magic number in ParseDOSHeader() 359 dos_header.e_cblp = data.GetU16(&offset); // Bytes on last page of file in ParseDOSHeader() 360 dos_header.e_cp = data.GetU16(&offset); // Pages in file in ParseDOSHeader() 361 dos_header.e_crlc = data.GetU16(&offset); // Relocations in ParseDOSHeader() 363 data.GetU16(&offset); // Size of header in paragraphs in ParseDOSHeader() 365 data.GetU16(&offset); // Minimum extra paragraphs needed in ParseDOSHeader() 367 data.GetU16(&offset); // Maximum extra paragraphs needed in ParseDOSHeader() 368 dos_header.e_ss = data.GetU16(&offset); // Initial (relative) SS value in ParseDOSHeader() 369 dos_header.e_sp = data.GetU16(&offset); // Initial SP value in ParseDOSHeader() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 264 request_ack_packet.PutHex16(packet.GetU16(&offset)); in CheckForPacket() 303 const uint16_t length = packet.GetU16(&offset); in CheckForPacket() 731 const uint16_t length = packet.GetU16(&offset); in DumpPacket() 896 const uint16_t reply_port = ntohs(packet.GetU16(&offset)); in DumpPacket() 897 const uint16_t exc_port = ntohs(packet.GetU16(&offset)); in DumpPacket() 945 const uint32_t lcpu = packet.GetU16(&offset); in DumpPacket() 963 const uint32_t lcpu = packet.GetU16(&offset); in DumpPacket() 1071 const uint16_t reply_port = ntohs(packet.GetU16(&offset)); in DumpPacket() 1077 const uint16_t lcpu = packet.GetU16(&offset); in DumpPacket() 1083 const uint16_t lcpu = packet.GetU16(&offset); in DumpPacket() [all …]
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 125 if (data.GetU16(offset, &e_type, 2) == nullptr) in Parse() 141 if (data.GetU16(offset, &e_ehsize, 6) == nullptr) in Parse() 338 if (data.GetU16(offset, &st_shndx, 1) == nullptr) in Parse() 346 if (data.GetU16(offset, &st_shndx, 1) == nullptr) in Parse()
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | RegisterContextPOSIXCore_arm64.cpp | 62 m_sve_vector_length = m_sveregset.GetU16(&sve_header_field_offset); in ConfigureRegisterContext() 65 m_sveregset.GetU16(&sve_header_field_offset); in ConfigureRegisterContext()
|
D | ThreadElfCore.cpp | 285 pr_cursig = data.GetU16(&offset); in Parse()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | MappedHash.h | 116 version = data.GetU16(&offset); in Read() 121 hash_function = data.GetU16(&offset); in Read()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.cpp | 54 m_value.value.uval = data.GetU16(offset_ptr); in ExtractValue() 92 m_value.value.uval = data.GetU16(offset_ptr); in ExtractValue() 227 dw_uleb128_t size = debug_info_data.GetU16(offset_ptr); in SkipValue()
|
D | DWARFDebugMacro.cpp | 24 header.m_version = debug_macro_data.GetU16(offset); in ParseHeader()
|
D | DWARFDebugArangeSet.cpp | 57 m_header.version = data.GetU16(offset_ptr); in extract()
|
D | HashedNameToDIE.cpp | 228 AtomType type = (AtomType)data.GetU16(&offset); in Read() 229 dw_form_t form = (dw_form_t)data.GetU16(&offset); in Read()
|
D | DWARFUnit.cpp | 281 if (strOffsets.GetU16(&baseOffset) < 5) in SetDwoStrOffsetsBase() 790 header.m_version = data.GetU16(offset_ptr); in extract()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | DataExtractor.h | 651 uint16_t GetU16(lldb::offset_t *offset_ptr) const; 676 void *GetU16(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompactUnwindInfo.cpp | 560 m_unwindinfo_data.GetU16(&offset); // entryPageOffset in GetCompactUnwindInfoForFunction() 561 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() 622 m_unwindinfo_data.GetU16(&offset); // entryPageOffset in GetCompactUnwindInfoForFunction() 623 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() 625 m_unwindinfo_data.GetU16(&offset); // encodingsPageOffset in GetCompactUnwindInfoForFunction() 627 m_unwindinfo_data.GetU16(&offset); // encodingsCount in GetCompactUnwindInfoForFunction()
|
D | DWARFCallFrameInfo.cpp | 109 addressValue = DE.GetU16(offset_ptr); in GetGNUEHPointer() 121 addressValue = (int16_t)DE.GetU16(offset_ptr); in GetGNUEHPointer() 720 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
|
/external/llvm-project/lldb/source/Utility/ |
D | DataExtractor.cpp | 350 uint16_t DataExtractor::GetU16(offset_t *offset_ptr) const { in GetU16() function in DataExtractor 399 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16() function in DataExtractor 534 return GetU16(offset_ptr); in GetMaxU64() 939 sstr.Printf(" %4.4x", GetU16(&offset)); in PutToLog()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 1187 stack.back().GetScalar() = addr_data.GetU16(&addr_data_offset); in Evaluate() 1281 stack.push_back(to_generic(opcodes.GetU16(&offset))); in Evaluate() 1284 stack.push_back(to_generic((int16_t)opcodes.GetU16(&offset))); in Evaluate() 1701 int16_t skip_offset = (int16_t)opcodes.GetU16(&offset); in Evaluate() 1728 int16_t bra_offset = (int16_t)opcodes.GetU16(&offset); in Evaluate()
|
D | IRMemoryMap.cpp | 747 scalar = extractor.GetU16(&offset); in ReadScalarFromMemory()
|
/external/llvm-project/lldb/source/Core/ |
D | DumpDataExtractor.cpp | 563 uint16_t half = DE.GetU16(&offset); in DumpDataExtractor() 589 s->Printf("U+%4.4x", DE.GetU16(&offset)); in DumpDataExtractor()
|
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
D | DisassemblerLLVMC.cpp | 135 m_opcode.SetOpcode16(data.GetU16(&data_offset), byte_order); in Decode() 164 uint32_t thumb_opcode = data.GetU16(&data_offset); in Decode() 171 thumb_opcode |= data.GetU16(&data_offset); in Decode() 282 const uint16_t uval16 = data.GetU16(&offset); in CalculateMnemonicOperandsAndComment()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 317 const uint16_t header_size = data.GetU16(&offset); in SetUpRegion() 318 const uint16_t descriptor_size = data.GetU16(&offset); in SetUpRegion()
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.cpp | 316 data.GetU16(&data_offset, &m_libdispatch_offsets.dqo_version, in ReadLibdispatchOffsets() 363 data.GetU16(&data_offset, &m_libpthread_offsets.plo_version, in ReadLibpthreadOffsets()
|
/external/llvm-project/lldb/source/API/ |
D | SBData.cpp | 208 value = m_opaque_sp->GetU16(&offset); in GetUnsignedInt16()
|