HomeSort by relevance Sort by last modified time
    Searched refs:GetU32 (Results 1 - 25 of 35) sorted by null

1 2

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 323 request_ack_packet.PutHex32 (packet.GetU32(&offset));
449 m_session_key = reply_packet.GetU32 (&offset);
482 m_kdp_version_version = reply_packet.GetU32 (&offset);
483 m_kdp_version_feature = reply_packet.GetU32 (&offset);
619 m_kdp_hostinfo_cpu_mask = reply_packet.GetU32 (&offset);
620 m_kdp_hostinfo_cpu_type = reply_packet.GetU32 (&offset);
621 m_kdp_hostinfo_cpu_subtype = reply_packet.GetU32 (&offset);
696 uint32_t kdp_error = reply_packet.GetU32 (&offset);
743 uint32_t kdp_error = reply_packet.GetU32 (&offset);
776 uint32_t kdp_error = reply_packet.GetU32 (&offset)
    [all...]
ThreadKDP.cpp 178 const uint32_t count = exc_reply_packet.GetU32 (&offset);
181 //const uint32_t cpu = exc_reply_packet.GetU32 (&offset);
183 const uint32_t exc_type = exc_reply_packet.GetU32 (&offset);
184 const uint32_t exc_code = exc_reply_packet.GetU32 (&offset);
185 const uint32_t exc_subcode = exc_reply_packet.GetU32 (&offset);
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 244 uint32_t pe_signature = m_data.GetU32 (&offset);
346 m_dos_header.e_lfanew = m_data.GetU32(&offset); // File address of new exe header
366 m_coff_header.modtime = m_data.GetU32(offset_ptr);
367 m_coff_header.symoff = m_data.GetU32(offset_ptr);
368 m_coff_header.nsyms = m_data.GetU32(offset_ptr);
388 m_coff_header_opt.code_size = m_data.GetU32(offset_ptr);
389 m_coff_header_opt.data_size = m_data.GetU32(offset_ptr);
390 m_coff_header_opt.bss_size = m_data.GetU32(offset_ptr);
391 m_coff_header_opt.entry = m_data.GetU32(offset_ptr);
392 m_coff_header_opt.code_offset = m_data.GetU32(offset_ptr);
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnamesSet.cpp 87 m_header.length = data.GetU32(offset_ptr);
89 m_header.die_offset = data.GetU32(offset_ptr);
90 m_header.die_length = data.GetU32(offset_ptr);
95 pubnameDesc.offset = data.GetU32(offset_ptr);
DWARFFormValue.cpp 130 case DW_FORM_block4: m_value.value.uval = data.GetU32(offset_ptr); is_block = true; break;
132 case DW_FORM_data4: m_value.value.uval = data.GetU32(offset_ptr); break;
145 case DW_FORM_strp: m_value.value.uval = data.GetU32(offset_ptr); break;
152 m_value.value.uval = data.GetU32(offset_ptr); // 4 for DWARF32, 8 for DWARF64, but we don't support DWARF64 yet
156 case DW_FORM_ref4: m_value.value.uval = data.GetU32(offset_ptr); break;
164 case DW_FORM_sec_offset: m_value.value.uval = data.GetU32(offset_ptr); break;
202 case DW_FORM_block4: { dw_uleb128_t size = debug_info_data.GetU32(offset_ptr); *offset_ptr += size; } return true;
HashedNameToDIE.h 355 die_base_offset = data.GetU32 (&offset);
357 const uint32_t atom_count = data.GetU32 (&offset);
361 while (data.GetU32(&offset))
616 const uint32_t count = m_data.GetU32 (&offset);
636 pair.key = m_data.GetU32 (hash_data_offset_ptr);
653 const uint32_t count = m_data.GetU32 (hash_data_offset_ptr);
714 pair.key = m_data.GetU32 (hash_data_offset_ptr);
726 const uint32_t count = m_data.GetU32 (hash_data_offset_ptr);
826 KeyType key = m_data.GetU32 (&hash_data_offset);
832 const uint32_t count = m_data.GetU32 (&hash_data_offset)
    [all...]
DWARFLocationDescription.cpp 161 case -4: sint = (int32_t) data.GetU32(offset_ptr); s.Printf("%+" PRIi64, sint); break;
166 case 4: uint = data.GetU32(offset_ptr); s.Printf("0x%8.8" PRIx64, uint); break;
DWARFDebugArangeSet.cpp 186 m_header.length = data.GetU32(offset_ptr);
188 m_header.cu_offset = data.GetU32(offset_ptr);
DWARFCompileUnit.cpp 82 m_length = debug_info.GetU32(offset_ptr);
84 abbr_offset = debug_info.GetU32(offset_ptr);
115 m_length = debug_info_data.GetU32(&offset);
117 bool abbrevs_OK = debug_info_data.GetU32(&offset) == abbrevs->GetOffset();
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 123 if (data.GetU32(offset, &e_version, 1) == NULL)
131 if (data.GetU32(offset, &e_flags, 1) == NULL)
206 if (data.GetU32(offset, &sh_name, 2) == NULL)
218 if (data.GetU32(offset, &sh_link, 2) == NULL)
327 if (data.GetU32(offset, &st_name, 1) == NULL)
377 if (data.GetU32(offset, &p_type, 1) == NULL)
386 if (data.GetU32(offset, &p_flags, 1) == NULL)
395 if (data.GetU32(offset, &p_flags, 1) == NULL)
  /external/lldb/source/Host/macosx/
Symbols.cpp 74 const uint32_t cputype = data.GetU32(&data_offset); // cpu specifier
75 const uint32_t cpusubtype = data.GetU32(&data_offset); // machine specifier
77 const uint32_t ncmds = data.GetU32(&data_offset); // number of load commands
78 const uint32_t sizeofcmds = data.GetU32(&data_offset); // the size of all the load commands
120 uint32_t cmd = data.GetU32(&data_offset);
121 uint32_t cmd_size = data.GetU32(&data_offset);
152 const uint32_t nfat_arch = data.GetU32(&data_offset); // number of structs that follow
162 cpu_type_t arch_cputype = data.GetU32(&data_offset); // cpu specifier (int)
163 cpu_subtype_t arch_cpusubtype = data.GetU32(&data_offset); // machine specifier (int)
164 uint32_t arch_offset = data.GetU32(&data_offset); // file offset to this object fil
    [all...]
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 87 uint32_t magic = data.GetU32(&offset);
133 header.magic = data.GetU32(&offset);
141 header.nfat_arch = data.GetU32(&offset);
151 if (data.GetU32(&offset, &arch, sizeof(fat_arch)/sizeof(uint32_t)))
  /external/lldb/source/Utility/
StringExtractor.h 105 GetU32 (uint32_t fail_value, int base = 0);
StringExtractor.cpp 165 StringExtractor::GetU32 (uint32_t fail_value, int base)
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 81 int flavor = data.GetU32 (&offset);
87 uint32_t count = data.GetU32 (&offset);
104 exc.trapno = data.GetU32(&offset);
105 exc.err = data.GetU32(&offset);
189 int flavor = data.GetU32 (&offset);
195 uint32_t count = data.GetU32 (&offset);
200 (&gpr.eax)[i] = data.GetU32(&offset);
212 exc.trapno = data.GetU32(&offset);
213 exc.err = data.GetU32(&offset);
214 exc.faultvaddr = data.GetU32(&offset)
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 289 uint32_t magic = data.GetU32 (&offset);
724 m_dyld_all_image_infos.version = data.GetU32(&offset);
739 m_dyld_all_image_infos.version = data.GetU32(&offset);
753 m_dyld_all_image_infos.version = data.GetU32(&offset);
754 m_dyld_all_image_infos.dylib_info_count = data.GetU32(&offset);
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.cpp 398 const uint32_t count = data.GetU32(&offset);
399 const uint32_t num_buckets = data.GetU32(&offset);
414 const uint32_t bucket_isa_count = data.GetU32 (&offset);
415 const lldb::addr_t bucket_data = data.GetU32 (&offset);
  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 149 const uint32_t length = m_cfi_data.GetU32(&offset);
150 const dw_offset_t cie_id = m_cfi_data.GetU32(&offset);
340 uint32_t len = m_cfi_data.GetU32 (&offset);
342 dw_offset_t cie_id = m_cfi_data.GetU32 (&offset);
390 uint32_t length = m_cfi_data.GetU32 (&offset);
391 dw_offset_t cie_offset = m_cfi_data.GetU32 (&offset);
561 row->SlideOffset (m_cfi_data.GetU32(&offset) * code_align);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 308 lldb::pid_t pid = packet.GetU32 (LLDB_INVALID_PROCESS_ID);
441 uint32_t uid = packet.GetU32 (UINT32_MAX);
461 uint32_t gid = packet.GetU32 (UINT32_MAX);
582 const uint32_t arg_len = packet.GetU32(UINT32_MAX);
594 const uint32_t arg_idx = packet.GetU32(UINT32_MAX);
764 if (packet.GetU32(0))
  /external/lldb/include/lldb/Core/
MappedHash.h 129 magic = data.GetU32 (&offset);
163 bucket_count = data.GetU32 (&offset);
164 hashes_count = data.GetU32 (&offset);
165 header_data_len = data.GetU32 (&offset);
DataExtractor.h     [all...]
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 403 if (data.GetU32(offset, &n_namesz, 3) == NULL)
445 int pr_version = data.GetU32(&offset);
457 thread_data->signo = data.GetU32(&offset); // pr_cursig
  /external/lldb/source/Core/
DataExtractor.cpp 502 DataExtractor::GetU32 (offset_t *offset_ptr) const
526 DataExtractor::GetU32 (offset_t *offset_ptr, void *void_dst, uint32_t count) const
628 case 4: return GetU32(offset_ptr); break;
653 case 4: return GetU32(offset_ptr); break;
685 case 4: return (int32_t)GetU32(offset_ptr); break;
917 case DW_EH_PE_udata4 : addressValue = GetU32(offset_ptr); break;
921 case DW_EH_PE_sdata4 : addressValue = (int32_t)GetU32(offset_ptr); break;
    [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 152 m_opcode.SetOpcode32 (data.GetU32 (&data_offset));
193 m_opcode.SetOpcode32 (data.GetU32(&data_offset));
326 const uint32_t uval32 = data.GetU32(&offset);
  /external/lldb/source/Expression/
DWARFExpression.cpp 324 case DW_OP_const4u: s->Printf("DW_OP_const4u(0x%8.8x) ", m_data.GetU32(&offset)); break; // 0x0c 1 4-byte constant
325 case DW_OP_const4s: s->Printf("DW_OP_const4s(0x%8.8x) ", m_data.GetU32(&offset)); break; // 0x0d 1 4-byte constant
573 s->Printf("DW_OP_call4(0x%8.8x)", m_data.GetU32(&offset));
    [all...]

Completed in 1475 milliseconds

1 2