Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp299 si_signo = data.GetU32(&offset); in Parse()
300 si_code = data.GetU32(&offset); in Parse()
301 si_errno = data.GetU32(&offset); in Parse()
309 pr_pid = data.GetU32(&offset); in Parse()
310 pr_ppid = data.GetU32(&offset); in Parse()
311 pr_pgrp = data.GetU32(&offset); in Parse()
312 pr_sid = data.GetU32(&offset); in Parse()
381 pr_uid = data.GetU32(&offset); in Parse()
382 pr_gid = data.GetU32(&offset); in Parse()
389 pr_pid = data.GetU32(&offset); in Parse()
[all …]
H A DProcessElfCore.cpp482 int pr_version = data.GetU32(&offset); in ParseFreeBSDPrStatus()
496 thread_data.signo = data.GetU32(&offset); // pr_cursig in ParseFreeBSDPrStatus()
497 thread_data.tid = data.GetU32(&offset); // pr_pid in ParseFreeBSDPrStatus()
510 int pr_version = data.GetU32(&offset); in ParseFreeBSDPrPsInfo()
523 process.SetID(data.GetU32(&offset)); // pr_pid in ParseFreeBSDPrPsInfo()
533 uint32_t version = data.GetU32(&offset); in ParseNetBSDProcInfo()
539 uint32_t cpisize = data.GetU32(&offset); in ParseNetBSDProcInfo()
545 cpi_signo = data.GetU32(&offset); /* killing signal */ in ParseNetBSDProcInfo()
552 cpi_pid = data.GetU32(&offset); in ParseNetBSDProcInfo()
562 cpi_nlwps = data.GetU32(&offset); /* number of LWPs */ in ParseNetBSDProcInfo()
[all …]
H A DRegisterContextPOSIXCore_arm64.cpp108 uint16_t flags = m_sve_data.GetU32(&flags_offset); in RegisterContextCorePOSIX_arm64()
194 uint32_t size = m_za_data.GetU32(&size_offset); in ConfigureRegisterContext()
336 uint32_t size = m_za_data.GetU32(&size_offset); in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp112 ctf_header.parlabel = m_data.GetU32(&offset); in ParseHeader()
113 ctf_header.parname = m_data.GetU32(&offset); in ParseHeader()
114 ctf_header.lbloff = m_data.GetU32(&offset); in ParseHeader()
115 ctf_header.objtoff = m_data.GetU32(&offset); in ParseHeader()
116 ctf_header.funcoff = m_data.GetU32(&offset); in ParseHeader()
117 ctf_header.typeoff = m_data.GetU32(&offset); in ParseHeader()
118 ctf_header.stroff = m_data.GetU32(&offset); in ParseHeader()
119 ctf_header.strlen = m_data.GetU32(&offset); in ParseHeader()
612 ctf_stype.name = m_data.GetU32(&offset); in ParseType()
613 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/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()
253 uint32_t length = m_cfi_data.GetU32(&offset); in ParseCIE()
261 cie_id = m_cfi_data.GetU32(&offset); in ParseCIE()
441 uint32_t len = m_cfi_data.GetU32(&offset); in GetFDEIndex()
449 cie_id = m_cfi_data.GetU32(&offset); in GetFDEIndex()
538 uint32_t length = m_cfi_data.GetU32(&offset); in FDEToUnwindPlan()
545 cie_offset = m_cfi_data.GetU32(&offset); in FDEToUnwindPlan()
737 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
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.cpp1219 const uint32_t count = data.GetU32(offset_ptr); in DecodeCStrMap()
1223 llvm::StringRef str(strtab.Get(data.GetU32(offset_ptr))); in DecodeCStrMap()
1224 uint32_t value = data.GetU32(offset_ptr); in DecodeCStrMap()
1324 const uint32_t version = data.GetU32(offset_ptr); in Decode()
1327 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()
/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 DDWARFDataExtractor.cpp16 return GetU32(offset_ptr); in GetDWARFInitialLength()
H A DDWARFFormValue.cpp59 m_value.value.uval = data.GetU32(offset_ptr); in ExtractValue()
103 m_value.value.uval = data.GetU32(offset_ptr); in ExtractValue()
233 uint32_t size = debug_info_data.GetU32(offset_ptr); in SkipValue()
/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()
H A DAppleObjCTrampolineHandler.cpp218 const size_t num_descriptors = data.GetU32(&offset); in SetUpRegion()
265 uint32_t voffset = desc_extractor.GetU32(&offset); in SetUpRegion()
266 uint32_t flags = desc_extractor.GetU32(&offset); in SetUpRegion()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp453 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
457 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
461 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
462 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
H A DDataFileCache.cpp244 uint32_t mod_time = data.GetU32(offset_ptr); in Decode()
249 uint32_t mod_time = data.GetU32(offset_ptr); in Decode()
306 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.cpp318 lldb::pid_t pid = packet.GetU32(LLDB_INVALID_PROCESS_ID); in Handle_qProcessInfoPID()
434 uint32_t uid = packet.GetU32(UINT32_MAX); in Handle_qUserName()
454 uint32_t gid = packet.GetU32(UINT32_MAX); in Handle_qGroupName()
900 if (packet.GetU32(0)) in Handle_QSetDetachOnError()
1031 const uint32_t arg_len = packet.GetU32(UINT32_MAX); in Handle_A()
1041 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