/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugMacro.cpp | 26 uint8_t flags = debug_macro_data.GetU8(offset); in ParseHeader() 45 uint8_t entry_count = debug_macro_data.GetU8(offset); in SkipOperandTable() 48 debug_macro_data.GetU8(offset); in SkipOperandTable() 54 debug_macro_data.GetU8(offset); in SkipOperandTable() 65 static_cast<llvm::dwarf::MacroEntryType>(debug_macro_data.GetU8(offset)); in ReadMacroEntries() 124 debug_macro_data.GetU8(offset)); in ReadMacroEntries()
|
D | DWARFDebugArangeSet.cpp | 59 m_header.addr_size = data.GetU8(offset_ptr); in extract() 60 m_header.seg_size = data.GetU8(offset_ptr); in extract()
|
D | DWARFFormValue.cpp | 50 m_value.value.uval = data.GetU8(offset_ptr); in ExtractValue() 86 m_value.value.uval = data.GetU8(offset_ptr); in ExtractValue() 222 dw_uleb128_t size = debug_info_data.GetU8(offset_ptr); in SkipValue()
|
D | DWARFAbbreviationDeclaration.cpp | 42 m_has_children = data.GetU8(offset_ptr); in extract()
|
D | DWARFUnit.cpp | 792 header.m_unit_type = data.GetU8(offset_ptr); in extract() 793 header.m_addr_size = data.GetU8(offset_ptr); in extract() 799 header.m_addr_size = data.GetU8(offset_ptr); in extract()
|
/external/llvm-project/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 267 cie_sp->version = m_cfi_data.GetU8(&offset); in ParseCIE() 276 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset); in ParseCIE() 298 cie_sp->address_size = m_cfi_data.GetU8(&offset); in ParseCIE() 299 cie_sp->segment_size = m_cfi_data.GetU8(&offset); in ParseCIE() 308 : m_cfi_data.GetU8(&offset); in ParseCIE() 334 cie_sp->lsda_addr_encoding = m_cfi_data.GetU8(&offset); in ParseCIE() 350 uint8_t arg_ptr_encoding = m_cfi_data.GetU8(&offset); in ParseCIE() 364 cie_sp->ptr_encoding = m_cfi_data.GetU8(&offset); in ParseCIE() 383 uint8_t inst = m_cfi_data.GetU8(&offset); in ParseCIE() 639 uint8_t inst = m_cfi_data.GetU8(&offset); in FDEToUnwindPlan() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ThreadElfCore.cpp | 350 pr_state = data.GetU8(&offset); in Parse() 351 pr_sname = data.GetU8(&offset); in Parse() 352 pr_zomb = data.GetU8(&offset); in Parse() 353 pr_nice = data.GetU8(&offset); in Parse()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 117 if (data.GetU8(offset, &e_ident, EI_NIDENT) == nullptr) in Parse() 334 if (data.GetU8(offset, &st_info, 2) == nullptr) in Parse() 342 if (data.GetU8(offset, &st_info, 2) == nullptr) in Parse()
|
D | ObjectFileELF.cpp | 1241 uint8_t FormatVersion = data.GetU8(&Offset); in ParseARMAttributes() 1256 uint8_t Tag = data.GetU8(&Offset); in ParseARMAttributes() 1423 switch (data.GetU8(&offset)) { in GetSectionHeaderInfo()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 420 const uint8_t op = m_data.GetU8(&offset); in GetLocation_DW_OP_addr() 456 const uint8_t op = m_data.GetU8(&offset); in Update_DW_OP_addr() 500 const uint8_t op = m_data.GetU8(&offset); in ContainsThreadLocalStorage() 542 const uint8_t op = m_data.GetU8(&offset); in LinkThreadLocalStorage() 957 const uint8_t op = opcodes.GetU8(&offset); in Evaluate() 1127 uint8_t size = opcodes.GetU8(&offset); in Evaluate() 1184 stack.back().GetScalar() = addr_data.GetU8(&addr_data_offset); in Evaluate() 1275 stack.push_back(to_generic(opcodes.GetU8(&offset))); in Evaluate() 1278 stack.push_back(to_generic((int8_t)opcodes.GetU8(&offset))); in Evaluate() 1350 uint8_t pick_idx = opcodes.GetU8(&offset); in Evaluate() [all …]
|
D | IRMemoryMap.cpp | 744 scalar = extractor.GetU8(&offset); in ReadScalarFromMemory()
|
/external/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 136 sockopt_impl!(GetOnly, $name, $level, $flag, u8, GetU8); 160 sockopt_impl!(Both, $name, $level, $flag, u8, GetU8, SetU8); 499 struct GetU8 { struct 504 unsafe impl Get<u8> for GetU8 { implementation 506 GetU8 { in uninit()
|
/external/llvm-project/lldb/source/Utility/ |
D | DataExtractor.cpp | 319 uint8_t DataExtractor::GetU8(offset_t *offset_ptr) const { in GetU8() function in DataExtractor 332 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8() function in DataExtractor 532 return GetU8(offset_ptr); in GetMaxU64() 932 sstr.Printf(" %2.2x", GetU8(&offset)); in PutToLog() 935 char ch = GetU8(&offset); in PutToLog()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | DataExtractor.h | 599 uint8_t GetU8(lldb::offset_t *offset_ptr) const; 635 void *GetU8(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 93 const uint8_t reply_command = reply_packet.GetU8(&offset); in SendRequestAndGetReply() 94 const uint8_t reply_sequence_id = reply_packet.GetU8(&offset); in SendRequestAndGetReply() 253 uint8_t reply_command = packet.GetU8(&offset); in CheckForPacket() 263 request_ack_packet.PutHex8(packet.GetU8(&offset)); in CheckForPacket() 729 const uint8_t first_packet_byte = packet.GetU8(&offset); in DumpPacket() 730 const uint8_t sequence_id = packet.GetU8(&offset); in DumpPacket()
|
D | ThreadKDP.cpp | 142 uint8_t reply_command = exc_reply_packet.GetU8(&offset); in SetStopInfoFrom_KDP_EXCEPTION()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 432 m_coff_header_opt.major_linker_version = m_data.GetU8(offset_ptr); in ParseCOFFOptionalHeader() 433 m_coff_header_opt.minor_linker_version = m_data.GetU8(offset_ptr); in ParseCOFFOptionalHeader() 647 symbol.storage = symtab_data.GetU8(&offset); in GetSymtab() 648 symbol.naux = symtab_data.GetU8(&offset); in GetSymtab()
|
/external/llvm-project/lldb/source/API/ |
D | SBData.cpp | 192 value = m_opaque_sp->GetU8(&offset); in GetUnsignedInt8() 354 ok = m_opaque_sp->GetU8(&offset, buf, size); in ReadRawData()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 487 data.GetU8(&offset); in ReadAllImageInfosStructure() 488 m_dyld_all_image_infos.libSystemInitialized = data.GetU8(&offset); in ReadAllImageInfosStructure()
|
/external/llvm-project/lldb/source/Core/ |
D | DumpDataExtractor.cpp | 325 s->Printf("%2.2x", DE.GetU8(&offset)); in DumpDataExtractor()
|
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
D | DisassemblerLLVMC.cpp | 130 m_opcode.SetOpcode8(data.GetU8(&data_offset), byte_order); in Decode() 276 const uint8_t uval8 = data.GetU8(&offset); in CalculateMnemonicOperandsAndComment()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1558 if (!m_data.GetU8(&offset, (uint8_t *)load_cmd.segname, 16)) in ProcessSegmentCommand() 1668 if (m_data.GetU8(&offset, (uint8_t *)sect64.sectname, in ProcessSegmentCommand() 1671 if (m_data.GetU8(&offset, (uint8_t *)sect64.segname, in ProcessSegmentCommand() 2038 const uint8_t childrenCount = data.GetU8(&children_offset); in ParseTrieEntries()
|