Home
last modified time | relevance | path

Searched refs:GetU32 (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp113 ctf_header.parlabel = m_data.GetU32(&offset); in ParseHeader()
114 ctf_header.parname = m_data.GetU32(&offset); in ParseHeader()
115 ctf_header.lbloff = m_data.GetU32(&offset); in ParseHeader()
116 ctf_header.objtoff = m_data.GetU32(&offset); in ParseHeader()
117 ctf_header.funcoff = m_data.GetU32(&offset); in ParseHeader()
118 ctf_header.typeoff = m_data.GetU32(&offset); in ParseHeader()
119 ctf_header.stroff = m_data.GetU32(&offset); in ParseHeader()
120 ctf_header.strlen = m_data.GetU32(&offset); in ParseHeader()
611 ctf_stype.name = m_data.GetU32(&offset); in ParseType()
612 ctf_stype.info = m_data.GetU32(&offset); in ParseType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp102 header.magic = data.GetU32(&offset); in ParseMachOHeader()
128 header.cputype = data.GetU32(&offset); in ParseMachOHeader()
129 header.cpusubtype = data.GetU32(&offset); in ParseMachOHeader()
130 header.filetype = data.GetU32(&offset); in ParseMachOHeader()
131 header.ncmds = data.GetU32(&offset); in ParseMachOHeader()
132 header.sizeofcmds = data.GetU32(&offset); in ParseMachOHeader()
145 if (data.GetU32(&offset, &lc.cmd, 2) == nullptr) in ParseFileset()
255 uint32_t magic = data.GetU32(&offset); in MagicBytesMatch()
267 uint32_t filetype = data.GetU32(&offset); in MagicBytesMatch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp335 si_signo = data.GetU32(&offset); in Parse()
336 si_code = data.GetU32(&offset); in Parse()
337 si_errno = data.GetU32(&offset); in Parse()
345 pr_pid = data.GetU32(&offset); in Parse()
346 pr_ppid = data.GetU32(&offset); in Parse()
347 pr_pgrp = data.GetU32(&offset); in Parse()
348 pr_sid = data.GetU32(&offset); in Parse()
443 pr_uid = data.GetU32(&offset); in Parse()
444 pr_gid = data.GetU32(&offset); in Parse()
451 pr_pid = data.GetU32(&offset); in Parse()
[all …]
H A DProcessElfCore.cpp495 int pr_version = data.GetU32(&offset); in ParseFreeBSDPrStatus()
509 thread_data.signo = data.GetU32(&offset); // pr_cursig in ParseFreeBSDPrStatus()
510 thread_data.tid = data.GetU32(&offset); // pr_pid in ParseFreeBSDPrStatus()
523 int pr_version = data.GetU32(&offset); in ParseFreeBSDPrPsInfo()
536 process.SetID(data.GetU32(&offset)); // pr_pid in ParseFreeBSDPrPsInfo()
546 uint32_t version = data.GetU32(&offset); in ParseNetBSDProcInfo()
552 uint32_t cpisize = data.GetU32(&offset); in ParseNetBSDProcInfo()
558 cpi_signo = data.GetU32(&offset); /* killing signal */ in ParseNetBSDProcInfo()
565 cpi_pid = data.GetU32(&offset); in ParseNetBSDProcInfo()
575 cpi_nlwps = data.GetU32(&offset); /* number of LWPs */ in ParseNetBSDProcInfo()
[all …]
H A DRegisterContextPOSIXCore_arm64.cpp127 uint16_t flags = m_sve_data.GetU32(&flags_offset); in RegisterContextCorePOSIX_arm64()
219 uint32_t size = m_za_data.GetU32(&size_offset); in ConfigureRegisterContext()
366 uint32_t size = m_za_data.GetU32(&size_offset); in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp302 m_unwind_header.version = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
304 m_unwindinfo_data.GetU32(&offset); in ScanIndex()
306 m_unwindinfo_data.GetU32(&offset); in ScanIndex()
308 m_unwindinfo_data.GetU32(&offset); in ScanIndex()
309 m_unwind_header.personality_array_count = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
310 uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
312 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 …]
H A DDWARFCallFrameInfo.cpp116 addressValue = DE.GetU32(offset_ptr); in GetGNUEHPointer()
128 addressValue = (int32_t)DE.GetU32(offset_ptr); in GetGNUEHPointer()
284 uint32_t length = m_cfi_data.GetU32(&offset); in ParseCIE()
292 cie_id = m_cfi_data.GetU32(&offset); in ParseCIE()
472 uint32_t len = m_cfi_data.GetU32(&offset); in GetFDEIndex()
480 cie_id = m_cfi_data.GetU32(&offset); in GetFDEIndex()
569 uint32_t length = m_cfi_data.GetU32(&offset); in ParseFDE()
576 cie_offset = m_cfi_data.GetU32(&offset); in ParseFDE()
704 row.SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in ParseFDE()
H A DArmUnwindInfo.cpp61 Prel31ToAddr(m_arm_exidx_data.GetU32(&offset)); in ArmUnwindInfo()
62 uint32_t data = m_arm_exidx_data.GetU32(&offset); in ArmUnwindInfo()
H A DSymtab.cpp1218 const uint32_t count = data.GetU32(offset_ptr); in DecodeCStrMap()
1222 llvm::StringRef str(strtab.Get(data.GetU32(offset_ptr))); in DecodeCStrMap()
1223 uint32_t value = data.GetU32(offset_ptr); in DecodeCStrMap()
1323 const uint32_t version = data.GetU32(offset_ptr); in Decode()
1326 const uint32_t num_symbols = data.GetU32(offset_ptr); in Decode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp129 if (data.GetU32(offset, &e_version, 1) == nullptr) in Parse()
137 if (data.GetU32(offset, &e_flags, 1) == nullptr) in Parse()
233 if (data.GetU32(offset, &sh_name, 2) == nullptr) in Parse()
245 if (data.GetU32(offset, &sh_link, 2) == nullptr) in Parse()
331 if (data.GetU32(offset, &st_name, 1) == nullptr) in Parse()
374 if (data.GetU32(offset, &p_type, 1) == nullptr) in Parse()
383 if (data.GetU32(offset, &p_flags, 1) == nullptr) in Parse()
391 if (data.GetU32(offset, &p_flags, 1) == nullptr) in Parse()
H A DObjectFileELF.cpp223 if (data.GetU32(offset, &n_namesz, 3) == nullptr) in Parse()
1070 if (data.GetU32(&offset, &version_info, 1) == nullptr) { in RefineModuleDetailsFromNote()
1101 if (data.GetU32(&offset, &version_info[0], note.n_descsz / 4) == in RefineModuleDetailsFromNote()
1185 if (data.GetU32(&offset, &version_info, 1) == nullptr) { in RefineModuleDetailsFromNote()
1307 uint32_t Size = data.GetU32(&Offset); in ParseARMAttributes()
1508 arch_flags |= data.GetU32(&offset); in GetSectionHeaderInfo()
1581 data.GetU32(&gnu_debuglink_offset, &gnu_debuglink_crc, 1); in GetSectionHeaderInfo()
3925 return data->GetU32(&offset); in GetNumSymbolsFromDynamicHash()
3949 header.nbuckets = data->GetU32(&offset); in GetNumSymbolsFromDynamicGnuHash()
3950 header.symoffset = data->GetU32(&offset); in GetNumSymbolsFromDynamicGnuHash()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp35 header.m_debug_line_offset = debug_macro_data.GetU32(offset); in ParseHeader()
92 str_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()
115 new_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()
H A DNameToDIE.cpp103 const uint32_t count = data.GetU32(offset_ptr); in Decode()
106 llvm::StringRef str(strtab.Get(data.GetU32(offset_ptr))); in Decode()
H A DDWARFFormValue.cpp58 m_value.uval = data.GetU32(offset_ptr); in ExtractValue()
104 m_value.uval = data.GetU32(offset_ptr); in ExtractValue()
230 uint32_t size = debug_info_data.GetU32(offset_ptr); in SkipValue()
H A DManualDWARFIndexSet.cpp51 const uint32_t version = data.GetU32(offset_ptr); in DecodeIndexSet()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp352 const uint32_t count = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded()
353 const uint32_t num_buckets = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded()
367 const uint32_t bucket_isa_count = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded()
368 const lldb::addr_t bucket_data = data.GetU32(&offset); in UpdateISAToDescriptorMapIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp490 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
494 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
498 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
499 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
H A DDataFileCache.cpp249 uint32_t mod_time = data.GetU32(offset_ptr); in Decode()
254 uint32_t mod_time = data.GetU32(offset_ptr); in Decode()
309 const uint32_t length = data.GetU32(offset_ptr); in Decode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp471 m_regs.context_flags = data.GetU32(&offset); in RegisterContextMinidump_ARM()
473 m_regs.r[i] = data.GetU32(&offset); in RegisterContextMinidump_ARM()
474 m_regs.cpsr = data.GetU32(&offset); in RegisterContextMinidump_ARM()
H A DRegisterContextMinidump_ARM64.cpp779 m_regs.cpsr = data.GetU32(&offset); in RegisterContextMinidump_ARM64()
780 m_regs.fpsr = data.GetU32(&offset); in RegisterContextMinidump_ARM64()
781 m_regs.fpcr = data.GetU32(&offset); in RegisterContextMinidump_ARM64()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h703 uint32_t GetU32(lldb::offset_t *offset_ptr) const;
728 void *GetU32(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
H A DStringExtractor.h77 uint32_t GetU32(uint32_t fail_value, int base = 0);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp321 lldb::pid_t pid = packet.GetU32(LLDB_INVALID_PROCESS_ID); in Handle_qProcessInfoPID()
437 uint32_t uid = packet.GetU32(UINT32_MAX); in Handle_qUserName()
457 uint32_t gid = packet.GetU32(UINT32_MAX); in Handle_qGroupName()
902 if (packet.GetU32(0)) in Handle_QSetDetachOnError()
1033 const uint32_t arg_len = packet.GetU32(UINT32_MAX); in Handle_A()
1043 const uint32_t arg_idx = packet.GetU32(UINT32_MAX); in Handle_A()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp426 uint32_t DataExtractor::GetU32(offset_t *offset_ptr) const { in GetU32() function in DataExtractor
446 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32() function in DataExtractor
534 return GetU32(offset_ptr); in GetMaxU64()
940 sstr.Printf(" %8.8x", GetU32(&offset)); in PutToLog()

12