reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/DataExtractor.h
  713   uint32_t GetU32(lldb::offset_t *offset_ptr) const;

References

tools/lldb/include/lldb/Core/MappedHash.h
   96         magic = data.GetU32(&offset);
  124         bucket_count = data.GetU32(&offset);
  125         hashes_count = data.GetU32(&offset);
  126         header_data_len = data.GetU32(&offset);
tools/lldb/source/API/SBData.cpp
  224     value = m_opaque_sp->GetU32(&offset);
tools/lldb/source/Core/DumpDataExtractor.cpp
  626       s->Printf("U+0x%8.8x", DE.GetU32(&offset));
tools/lldb/source/Expression/DWARFExpression.cpp
  555       const_value = m_data.GetU32(&offset);
 1288                 stack.back().GetScalar() = addr_data.GetU32(&addr_data_offset);
 1383       stack.push_back(Scalar((uint32_t)opcodes.GetU32(&offset)));
 1386       stack.push_back(Scalar((int32_t)opcodes.GetU32(&offset)));
 2690                             : debug_loc_data.GetU32(offset_ptr);
 2861     sint = (int32_t)data.GetU32(offset_ptr);
 2881     uint = data.GetU32(offset_ptr);
tools/lldb/source/Expression/IRMemoryMap.cpp
  750       scalar = extractor.GetU32(&offset);
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  196           m_opcode.SetOpcode32(data.GetU32(&data_offset), byte_order);
  232             m_opcode.SetOpcode32(data.GetU32(&data_offset), byte_order);
  344             const uint32_t uval32 = data.GetU32(&offset);
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  275           uint32_t addr = data.GetU32 (&offset);
 1104           m_kext_summary_header.version = data.GetU32(&offset);
 1116             m_kext_summary_header.entry_size = data.GetU32(&offset);
 1134           m_kext_summary_header.entry_count = data.GetU32(&offset);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  196         uint32_t magic = data.GetU32(&offset);
  451       m_dyld_all_image_infos.version = data.GetU32(&offset);
  465         m_dyld_all_image_infos.version = data.GetU32(&offset);
  478       m_dyld_all_image_infos.version = data.GetU32(&offset);
  479       m_dyld_all_image_infos.dylib_info_count = data.GetU32(&offset);
  772     header->magic = data.GetU32(&offset);
  840       load_cmd.cmd = data.GetU32(&offset);
  841       load_cmd.cmdsize = data.GetU32(&offset);
  848         segment.vmaddr = data.GetU32(&offset);
  849         segment.vmsize = data.GetU32(&offset);
  850         segment.fileoff = data.GetU32(&offset);
  851         segment.filesize = data.GetU32(&offset);
  870               load_cmd_offset + data.GetU32(&offset);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  364         const uint32_t count = data.GetU32(&offset);
  365         const uint32_t num_buckets = data.GetU32(&offset);
  379               const uint32_t bucket_isa_count = data.GetU32(&offset);
  380               const lldb::addr_t bucket_data = data.GetU32(&offset);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1521       const uint32_t name_hash = data.GetU32(&offset);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  320   const size_t num_descriptors = data.GetU32(&offset);
  367     uint32_t voffset = desc_extractor.GetU32(&offset);
  368     uint32_t flags = desc_extractor.GetU32(&offset);
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
   65   uint32_t magic = data.GetU32(&offset);
   98   header.magic = data.GetU32(&offset);
  105     header.nfat_arch = data.GetU32(&offset);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1253     uint32_t Size = data.GetU32(&Offset);
 1415               arch_flags |= data.GetU32(&offset);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  155       int flavor = data.GetU32(&offset);
  160         uint32_t count = data.GetU32(&offset);
  176           exc.trapno = data.GetU32(&offset);
  177           exc.err = data.GetU32(&offset);
  360       int flavor = data.GetU32(&offset);
  365         uint32_t count = data.GetU32(&offset);
  369             (&gpr.eax)[i] = data.GetU32(&offset);
  381           exc.trapno = data.GetU32(&offset);
  382           exc.err = data.GetU32(&offset);
  383           exc.faultvaddr = data.GetU32(&offset);
  476       int flavor = data.GetU32(&offset);
  477       uint32_t count = data.GetU32(&offset);
  483           gpr.r[i] = data.GetU32(&offset);
  499           fpu.fpscr = data.GetU32(&offset);
  510           exc.exception = data.GetU32(&offset);
  511           exc.fsr = data.GetU32(&offset);
  512           exc.far = data.GetU32(&offset);
  607       int flavor = data.GetU32(&offset);
  608       uint32_t count = data.GetU32(&offset);
  621           gpr.cpsr = data.GetU32(&offset);
  642           exc.esr = data.GetU32(&offset);
  643           exc.exception = data.GetU32(&offset);
  893   uint32_t magic = data.GetU32(&offset);
  928   header.magic = data.GetU32(data_offset_ptr);
  987   m_header.magic = m_data.GetU32(&offset);
 2121       uint32_t name_offset = cmd_offset + m_data.GetU32(&offset);
 4601                   indirect_symbol_index_data.GetU32(&symbol_stub_offset);
 5043         uint32_t name_offset = cmd_offset + m_data.GetU32(&offset);
 5175           uint32_t flavor = m_data.GetU32(&offset);
 5176           uint32_t count = m_data.GetU32(&offset);
 5190               start_address = m_data.GetU32(&offset);
 5210               start_address = m_data.GetU32(&offset);
 5805         uint32_t minos = m_data.GetU32(&offset);
 5881           uint32_t minos = m_data.GetU32(&offset);
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  306       uint32_t pe_signature = m_data.GetU32(&offset);
  427           data.GetU32(&offset); // File address of new exe header
  444     coff_header.modtime = data.GetU32(offset_ptr);
  445     coff_header.symoff = data.GetU32(offset_ptr);
  446     coff_header.nsyms = data.GetU32(offset_ptr);
  463     m_coff_header_opt.code_size = m_data.GetU32(offset_ptr);
  464     m_coff_header_opt.data_size = m_data.GetU32(offset_ptr);
  465     m_coff_header_opt.bss_size = m_data.GetU32(offset_ptr);
  466     m_coff_header_opt.entry = m_data.GetU32(offset_ptr);
  467     m_coff_header_opt.code_offset = m_data.GetU32(offset_ptr);
  474         m_coff_header_opt.data_offset = m_data.GetU32(offset_ptr);
  481         m_coff_header_opt.sect_alignment = m_data.GetU32(offset_ptr);
  482         m_coff_header_opt.file_alignment = m_data.GetU32(offset_ptr);
  489         m_coff_header_opt.reserved1 = m_data.GetU32(offset_ptr);
  490         m_coff_header_opt.image_size = m_data.GetU32(offset_ptr);
  491         m_coff_header_opt.header_size = m_data.GetU32(offset_ptr);
  492         m_coff_header_opt.checksum = m_data.GetU32(offset_ptr);
  503         m_coff_header_opt.loader_flags = m_data.GetU32(offset_ptr);
  504         uint32_t num_data_dir_entries = m_data.GetU32(offset_ptr);
  509           m_coff_header_opt.data_dirs[i].vmaddr = m_data.GetU32(offset_ptr);
  510           m_coff_header_opt.data_dirs[i].vmsize = m_data.GetU32(offset_ptr);
  593           m_sect_headers[idx].vmsize = section_header_data.GetU32(&offset);
  594           m_sect_headers[idx].vmaddr = section_header_data.GetU32(&offset);
  595           m_sect_headers[idx].size = section_header_data.GetU32(&offset);
  596           m_sect_headers[idx].offset = section_header_data.GetU32(&offset);
  597           m_sect_headers[idx].reloff = section_header_data.GetU32(&offset);
  598           m_sect_headers[idx].lineoff = section_header_data.GetU32(&offset);
  601           m_sect_headers[idx].flags = section_header_data.GetU32(&offset);
  645         const uint32_t strtab_size = symtab_data.GetU32(&offset);
  666             if (symtab_data.GetU32(&offset) == 0) {
  669               uint32_t strtab_offset = symtab_data.GetU32(&offset);
  681             symbol.value = symtab_data.GetU32(&offset);
  715         export_table.characteristics = symtab_data.GetU32(&offset);
  716         export_table.time_date_stamp = symtab_data.GetU32(&offset);
  719         export_table.name = symtab_data.GetU32(&offset);
  720         export_table.base = symtab_data.GetU32(&offset);
  721         export_table.number_of_functions = symtab_data.GetU32(&offset);
  722         export_table.number_of_names = symtab_data.GetU32(&offset);
  723         export_table.address_of_functions = symtab_data.GetU32(&offset);
  724         export_table.address_of_names = symtab_data.GetU32(&offset);
  725         export_table.address_of_name_ordinals = symtab_data.GetU32(&offset);
  741           uint32_t name_address = symtab_data.GetU32(&name_offset);
  750           uint32_t function_rva = symtab_data.GetU32(&function_offset);
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
  544   mode = extractor.GetU32(&offset);
  545   size = extractor.GetU32(&offset);
  546   mtime = extractor.GetU32(&offset);
  620     data_len = extractor.GetU32(&offset);
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  420   int pr_version = data.GetU32(&offset);
  434   thread_data.signo = data.GetU32(&offset); // pr_cursig
  435   thread_data.tid = data.GetU32(&offset);   // pr_pid
  450   uint32_t version = data.GetU32(&offset);
  456   uint32_t cpisize = data.GetU32(&offset);
  462   cpi_signo = data.GetU32(&offset); /* killing signal */
  469   cpi_pid = data.GetU32(&offset);
  479   cpi_nlwps = data.GetU32(&offset); /* number of LWPs */
  482   cpi_siglwp = data.GetU32(&offset); /* LWP target of killing signal */
  491   int version = data.GetU32(&offset);
  496   thread_data.signo = data.GetU32(&offset);
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  292   si_signo = data.GetU32(&offset);
  293   si_code = data.GetU32(&offset);
  294   si_errno = data.GetU32(&offset);
  302   pr_pid = data.GetU32(&offset);
  303   pr_ppid = data.GetU32(&offset);
  304   pr_pgrp = data.GetU32(&offset);
  305   pr_sid = data.GetU32(&offset);
  374     pr_uid = data.GetU32(&offset);
  375     pr_gid = data.GetU32(&offset);
  382   pr_pid = data.GetU32(&offset);
  383   pr_ppid = data.GetU32(&offset);
  384   pr_pgrp = data.GetU32(&offset);
  385   pr_sid = data.GetU32(&offset);
  428   si_signo = data.GetU32(&offset);
  429   si_code = data.GetU32(&offset);
  430   si_errno = data.GetU32(&offset);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  836         uint32_t build_id = data.GetU32(&offset);
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  470   m_regs.context_flags = data.GetU32(&offset);
  472     m_regs.r[i] = data.GetU32(&offset);
  473   m_regs.cpsr = data.GetU32(&offset);
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
  779   m_regs.cpsr = data.GetU32(&offset);
  780   m_regs.fpsr = data.GetU32(&offset);
  781   m_regs.fpcr = data.GetU32(&offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
   16   return GetU32(offset_ptr);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  176             data.GetU32(&offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
   33       header.m_debug_line_offset = debug_macro_data.GetU32(offset);
   90         str_offset = debug_macro_data.GetU32(offset);
  113         new_offset = debug_macro_data.GetU32(offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  255   uint64_t length = data.GetU32(&offset);
  271   uint32_t offsetsAmount = data.GetU32(&offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
   58       m_value.value.uval = data.GetU32(offset_ptr);
  102       m_value.value.uval = data.GetU32(offset_ptr);
  231     dw_uleb128_t size = debug_info_data.GetU32(offset_ptr);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  269   uint64_t length = strOffsets.GetU32(&baseOffset);
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  207   die_base_offset = data.GetU32(&offset);
  209   const uint32_t atom_count = data.GetU32(&offset);
  212     while (data.GetU32(&offset)) {
  314   const uint32_t count = m_data.GetU32(&offset);
  330   pair.key = m_data.GetU32(hash_data_offset_ptr);
  346   const uint32_t count = m_data.GetU32(hash_data_offset_ptr);
  399   pair.key = m_data.GetU32(hash_data_offset_ptr);
  411   const uint32_t count = m_data.GetU32(hash_data_offset_ptr);
  496       KeyType key = m_data.GetU32(&hash_data_offset);
  502       const uint32_t count = m_data.GetU32(&hash_data_offset);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  788           uint32_t version = extractor.GetU32(&offset);
  791             uint32_t item_size = extractor.GetU32(&offset);
  912       uint32_t offset_to_next = extractor.GetU32(&offset);
  917       uint32_t running_work_items_count = extractor.GetU32(&offset);
  918       uint32_t pending_work_items_count = extractor.GetU32(&offset);
  961   item.enqueuing_callstack_frame_count = extractor.GetU32(&offset);
  962   item.stop_id = extractor.GetU32(&offset);
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
   61                         Prel31ToAddr(m_arm_exidx_data.GetU32(&offset));
   62     uint32_t data = m_arm_exidx_data.GetU32(&offset);
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  301     m_unwind_header.version = m_unwindinfo_data.GetU32(&offset);
  303         m_unwindinfo_data.GetU32(&offset);
  305         m_unwindinfo_data.GetU32(&offset);
  307         m_unwindinfo_data.GetU32(&offset);
  308     m_unwind_header.personality_array_count = m_unwindinfo_data.GetU32(&offset);
  309     uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset);
  311     uint32_t indexCount = m_unwindinfo_data.GetU32(&offset);
  347           m_unwindinfo_data.GetU32(&offset); // functionOffset
  349           m_unwindinfo_data.GetU32(&offset); // secondLevelPagesSectionOffset
  351           m_unwindinfo_data.GetU32(&offset); // lsdaIndexArraySectionOffset
  397         m_unwindinfo_data.GetU32(&offset); // functionOffset
  398     uint32_t mid_lsda_offset = m_unwindinfo_data.GetU32(&offset); // lsdaOffset
  428         m_unwindinfo_data.GetU32(&offset); // functionOffset
  432       next_func_offset = m_unwindinfo_data.GetU32(&offset); // functionOffset
  463     uint32_t entry = m_unwindinfo_data.GetU32(&offset); // entry
  469       uint32_t next_entry = m_unwindinfo_data.GetU32(&offset); // entry
  545   uint32_t kind = m_unwindinfo_data.GetU32(
  571     unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding
  594             uint32_t personality_offset = m_unwindinfo_data.GetU32(&offset);
  642       encoding = m_unwindinfo_data.GetU32(
  649       encoding = m_unwindinfo_data.GetU32(
  678             uint32_t personality_offset = m_unwindinfo_data.GetU32(&offset);
tools/lldb/source/Symbol/CompilerType.cpp
  841             u32 = data.GetU32(&offset);
  851             u32 = data.GetU32(&offset);
  861             u32 = data.GetU32(&offset);
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  112     addressValue = DE.GetU32(offset_ptr);
  124     addressValue = (int32_t)DE.GetU32(offset_ptr);
  249   uint32_t length = m_cfi_data.GetU32(&offset);
  257     cie_id = m_cfi_data.GetU32(&offset);
  439     uint32_t len = m_cfi_data.GetU32(&offset);
  447       cie_id = m_cfi_data.GetU32(&offset);
  539   uint32_t length = m_cfi_data.GetU32(&offset);
  546     cie_offset = m_cfi_data.GetU32(&offset);
  733           row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align);
tools/lldb/source/Utility/DataExtractor.cpp
  537     return GetU32(offset_ptr);
 1013       sstr.Printf(format ? format : " %8.8x", GetU32(&offset));
tools/lldb/source/Utility/Scalar.cpp
 2563       operator=(data.GetU32(&offset));
 2610       operator=(static_cast<int32_t>(data.GetU32(&offset)));