/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 265 request_ack_packet.PutHex32(packet.GetU32(&offset)); in CheckForPacket() 383 m_session_key = reply_packet.GetU32(&offset); in SendRequestReattach() 410 m_kdp_version_version = reply_packet.GetU32(&offset); in SendRequestVersion() 411 m_kdp_version_feature = reply_packet.GetU32(&offset); in SendRequestVersion() 496 m_kdp_hostinfo_cpu_mask = reply_packet.GetU32(&offset); in SendRequestHostInfo() 497 m_kdp_hostinfo_cpu_type = reply_packet.GetU32(&offset); in SendRequestHostInfo() 498 m_kdp_hostinfo_cpu_subtype = reply_packet.GetU32(&offset); in SendRequestHostInfo() 563 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestReadMemory() 604 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestWriteMemory() 633 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRawRequest() [all …]
|
D | ThreadKDP.cpp | 145 const uint32_t count = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() 149 const uint32_t exc_type = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() 150 const uint32_t exc_code = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() 151 const uint32_t exc_subcode = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION()
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ThreadElfCore.cpp | 281 si_signo = data.GetU32(&offset); in Parse() 282 si_code = data.GetU32(&offset); in Parse() 283 si_errno = data.GetU32(&offset); in Parse() 291 pr_pid = data.GetU32(&offset); in Parse() 292 pr_ppid = data.GetU32(&offset); in Parse() 293 pr_pgrp = data.GetU32(&offset); in Parse() 294 pr_sid = data.GetU32(&offset); in Parse() 363 pr_uid = data.GetU32(&offset); in Parse() 364 pr_gid = data.GetU32(&offset); in Parse() 371 pr_pid = data.GetU32(&offset); in Parse() [all …]
|
D | ProcessElfCore.cpp | 423 int pr_version = data.GetU32(&offset); in ParseFreeBSDPrStatus() 437 thread_data.signo = data.GetU32(&offset); // pr_cursig in ParseFreeBSDPrStatus() 438 thread_data.tid = data.GetU32(&offset); // pr_pid in ParseFreeBSDPrStatus() 453 uint32_t version = data.GetU32(&offset); in ParseNetBSDProcInfo() 459 uint32_t cpisize = data.GetU32(&offset); in ParseNetBSDProcInfo() 465 cpi_signo = data.GetU32(&offset); /* killing signal */ in ParseNetBSDProcInfo() 472 cpi_pid = data.GetU32(&offset); in ParseNetBSDProcInfo() 482 cpi_nlwps = data.GetU32(&offset); /* number of LWPs */ in ParseNetBSDProcInfo() 485 cpi_siglwp = data.GetU32(&offset); /* LWP target of killing signal */ in ParseNetBSDProcInfo() 494 int version = data.GetU32(&offset); in ParseOpenBSDProcInfo() [all …]
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 276 uint32_t pe_signature = m_data.GetU32(&offset); in ParseHeader() 398 data.GetU32(&offset); // File address of new exe header in ParseDOSHeader() 415 coff_header.modtime = data.GetU32(offset_ptr); in ParseCOFFHeader() 416 coff_header.symoff = data.GetU32(offset_ptr); in ParseCOFFHeader() 417 coff_header.nsyms = data.GetU32(offset_ptr); in ParseCOFFHeader() 434 m_coff_header_opt.code_size = m_data.GetU32(offset_ptr); in ParseCOFFOptionalHeader() 435 m_coff_header_opt.data_size = m_data.GetU32(offset_ptr); in ParseCOFFOptionalHeader() 436 m_coff_header_opt.bss_size = m_data.GetU32(offset_ptr); in ParseCOFFOptionalHeader() 437 m_coff_header_opt.entry = m_data.GetU32(offset_ptr); in ParseCOFFOptionalHeader() 438 m_coff_header_opt.code_offset = m_data.GetU32(offset_ptr); in ParseCOFFOptionalHeader() [all …]
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 129 if (data.GetU32(offset, &e_version, 1) == nullptr) in Parse() 137 if (data.GetU32(offset, &e_flags, 1) == nullptr) in Parse() 227 if (data.GetU32(offset, &sh_name, 2) == nullptr) in Parse() 239 if (data.GetU32(offset, &sh_link, 2) == nullptr) in Parse() 325 if (data.GetU32(offset, &st_name, 1) == nullptr) in Parse() 368 if (data.GetU32(offset, &p_type, 1) == nullptr) in Parse() 377 if (data.GetU32(offset, &p_flags, 1) == nullptr) in Parse() 385 if (data.GetU32(offset, &p_flags, 1) == nullptr) in Parse()
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompactUnwindInfo.cpp | 301 m_unwind_header.version = m_unwindinfo_data.GetU32(&offset); in ScanIndex() 303 m_unwindinfo_data.GetU32(&offset); in ScanIndex() 305 m_unwindinfo_data.GetU32(&offset); in ScanIndex() 307 m_unwindinfo_data.GetU32(&offset); in ScanIndex() 308 m_unwind_header.personality_array_count = m_unwindinfo_data.GetU32(&offset); in ScanIndex() 309 uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset); in ScanIndex() 311 uint32_t indexCount = m_unwindinfo_data.GetU32(&offset); in ScanIndex() 347 m_unwindinfo_data.GetU32(&offset); // functionOffset in ScanIndex() 349 m_unwindinfo_data.GetU32(&offset); // secondLevelPagesSectionOffset in ScanIndex() 351 m_unwindinfo_data.GetU32(&offset); // lsdaIndexArraySectionOffset in ScanIndex() [all …]
|
D | DWARFCallFrameInfo.cpp | 112 addressValue = DE.GetU32(offset_ptr); in GetGNUEHPointer() 124 addressValue = (int32_t)DE.GetU32(offset_ptr); in GetGNUEHPointer() 249 uint32_t length = m_cfi_data.GetU32(&offset); in ParseCIE() 257 cie_id = m_cfi_data.GetU32(&offset); in ParseCIE() 439 uint32_t len = m_cfi_data.GetU32(&offset); in GetFDEIndex() 447 cie_id = m_cfi_data.GetU32(&offset); in GetFDEIndex() 539 uint32_t length = m_cfi_data.GetU32(&offset); in FDEToUnwindPlan() 546 cie_offset = m_cfi_data.GetU32(&offset); in FDEToUnwindPlan() 733 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | HashedNameToDIE.cpp | 215 die_base_offset = data.GetU32(&offset); in Read() 217 const uint32_t atom_count = data.GetU32(&offset); in Read() 220 while (data.GetU32(&offset)) { in Read() 322 const uint32_t count = m_data.GetU32(&offset); in ReadHashData() 338 pair.key = m_data.GetU32(hash_data_offset_ptr); in GetHashDataForName() 354 const uint32_t count = m_data.GetU32(hash_data_offset_ptr); in GetHashDataForName() 407 pair.key = m_data.GetU32(hash_data_offset_ptr); in AppendHashDataForRegularExpression() 419 const uint32_t count = m_data.GetU32(hash_data_offset_ptr); in AppendHashDataForRegularExpression() 503 KeyType key = m_data.GetU32(&hash_data_offset); in AppendAllDIEsInRange() 509 const uint32_t count = m_data.GetU32(&hash_data_offset); in AppendAllDIEsInRange()
|
D | DWARFDebugMacro.cpp | 33 header.m_debug_line_offset = debug_macro_data.GetU32(offset); in ParseHeader() 90 str_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries() 113 new_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()
|
D | DWARFDataExtractor.cpp | 16 return GetU32(offset_ptr); in GetDWARFInitialLength()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 197 uint32_t magic = data.GetU32(&offset); in DoInitialImageFetch() 455 m_dyld_all_image_infos.version = data.GetU32(&offset); in ReadAllImageInfosStructure() 469 m_dyld_all_image_infos.version = data.GetU32(&offset); in ReadAllImageInfosStructure() 482 m_dyld_all_image_infos.version = data.GetU32(&offset); in ReadAllImageInfosStructure() 483 m_dyld_all_image_infos.dylib_info_count = data.GetU32(&offset); in ReadAllImageInfosStructure() 776 header->magic = data.GetU32(&offset); in ReadMachHeader() 798 if (data.GetU32(&offset, &header->cputype, in ReadMachHeader() 844 load_cmd.cmd = data.GetU32(&offset); in ParseLoadCommands() 845 load_cmd.cmdsize = data.GetU32(&offset); in ParseLoadCommands() 852 segment.vmaddr = data.GetU32(&offset); in ParseLoadCommands() [all …]
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 157 int flavor = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 162 uint32_t count = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 178 exc.trapno = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 179 exc.err = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 362 int flavor = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 367 uint32_t count = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 371 (&gpr.eax)[i] = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 383 exc.trapno = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 384 exc.err = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() 385 exc.faultvaddr = data.GetU32(&offset); in SetRegisterDataFrom_LC_THREAD() [all …]
|
/external/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
D | ObjectContainerUniversalMachO.cpp | 68 uint32_t magic = data.GetU32(&offset); in MagicBytesMatch() 101 header.magic = data.GetU32(&offset); in ParseHeader() 108 header.nfat_arch = data.GetU32(&offset); in ParseHeader() 117 if (data.GetU32(&offset, &arch, sizeof(fat_arch) / sizeof(uint32_t))) in ParseHeader()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | MappedHash.h | 96 magic = data.GetU32(&offset); in Read() 124 bucket_count = data.GetU32(&offset); in Read() 125 hashes_count = data.GetU32(&offset); in Read() 126 header_data_len = data.GetU32(&offset); in Read()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | copy_prop_arrays.cpp | 321 if (last_access->GetU32() != 0) { in BuildMemoryObjectFromCompositeConstruct() 354 if (last_access->GetU32() != i) { in BuildMemoryObjectFromCompositeConstruct() 378 number_of_elements = length_const->GetU32(); in BuildMemoryObjectFromInsert() 414 if (last_access->GetU32() != number_of_elements - 1) { in BuildMemoryObjectFromInsert() 462 if (current_last_access->GetU32() != i - 1) { in BuildMemoryObjectFromInsert() 524 access_chain.push_back(index_const->GetU32()); in CanUpdateUses() 671 access_chain.push_back(index_const->GetU32()); in UpdateUses() 808 return length_const->GetU32(); in GetNumberOfMembers() 834 access_indices.push_back(element_index_const->GetU32()); in GetAccessIds()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 321 if (last_access->GetU32() != 0) { in BuildMemoryObjectFromCompositeConstruct() 354 if (last_access->GetU32() != i) { in BuildMemoryObjectFromCompositeConstruct() 378 number_of_elements = length_const->GetU32(); in BuildMemoryObjectFromInsert() 414 if (last_access->GetU32() != number_of_elements - 1) { in BuildMemoryObjectFromInsert() 462 if (current_last_access->GetU32() != i - 1) { in BuildMemoryObjectFromInsert() 524 access_chain.push_back(index_const->GetU32()); in CanUpdateUses() 671 access_chain.push_back(index_const->GetU32()); in UpdateUses() 808 return length_const->GetU32(); in GetNumberOfMembers() 834 access_indices.push_back(element_index_const->GetU32()); in GetAccessIds()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 321 if (last_access->GetU32() != 0) { in BuildMemoryObjectFromCompositeConstruct() 354 if (last_access->GetU32() != i) { in BuildMemoryObjectFromCompositeConstruct() 378 number_of_elements = length_const->GetU32(); in BuildMemoryObjectFromInsert() 414 if (last_access->GetU32() != number_of_elements - 1) { in BuildMemoryObjectFromInsert() 462 if (current_last_access->GetU32() != i - 1) { in BuildMemoryObjectFromInsert() 524 access_chain.push_back(index_const->GetU32()); in CanUpdateUses() 671 access_chain.push_back(index_const->GetU32()); in UpdateUses() 808 return length_const->GetU32(); in GetNumberOfMembers() 834 access_indices.push_back(element_index_const->GetU32()); in GetAccessIds()
|
D | desc_sroa.cpp | 174 uint32_t idx = idx_const->GetU32(); in ReplaceAccessChain() 229 uint32_t array_len = array_len_const->GetU32(); in GetReplacementVariable() 373 uint32_t num_elems = length_const->GetU32(); in GetNumBindingsUsedByType()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 365 const uint32_t count = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded() 366 const uint32_t num_buckets = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded() 380 const uint32_t bucket_isa_count = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded() 381 const lldb::addr_t bucket_data = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded()
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.cpp | 790 uint32_t version = extractor.GetU32(&offset); in GetPendingItemRefsForQueue() 793 uint32_t item_size = extractor.GetU32(&offset); in GetPendingItemRefsForQueue() 914 uint32_t offset_to_next = extractor.GetU32(&offset); in PopulateQueuesUsingLibBTR() 919 uint32_t running_work_items_count = extractor.GetU32(&offset); in PopulateQueuesUsingLibBTR() 920 uint32_t pending_work_items_count = extractor.GetU32(&offset); in PopulateQueuesUsingLibBTR() 963 item.enqueuing_callstack_frame_count = extractor.GetU32(&offset); in ExtractItemInfoFromBuffer() 964 item.stop_id = extractor.GetU32(&offset); in ExtractItemInfoFromBuffer()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | RegisterContextMinidump_ARM.cpp | 470 m_regs.context_flags = data.GetU32(&offset); in RegisterContextMinidump_ARM() 472 m_regs.r[i] = data.GetU32(&offset); in RegisterContextMinidump_ARM() 473 m_regs.cpsr = data.GetU32(&offset); in RegisterContextMinidump_ARM()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 223 if (!unsigned_int_binop_evaluates_to(lhs_constant->GetU32(), in IsApplicable() 224 rhs_constant->GetU32(), in IsApplicable()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 223 if (!unsigned_int_binop_evaluates_to(lhs_constant->GetU32(), in IsApplicable() 224 rhs_constant->GetU32(), in IsApplicable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 223 if (!unsigned_int_binop_evaluates_to(lhs_constant->GetU32(), in IsApplicable() 224 rhs_constant->GetU32(), in IsApplicable()
|