Searched refs:HexDump (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | elf-dump | 68 … print " (('sh_name', %s)" % common_dump.HexDump(self.sh_name), "# %r" % shstrtab[self.sh_name[0]] 69 print " ('sh_type', %s)" % common_dump.HexDump(self.sh_type) 70 print " ('sh_flags', %s)" % common_dump.HexDump(self.sh_flags) 71 print " ('sh_addr', %s)" % common_dump.HexDump(self.sh_addr) 72 print " ('sh_offset', %s)" % common_dump.HexDump(self.sh_offset) 73 print " ('sh_size', %s)" % common_dump.HexDump(self.sh_size) 74 print " ('sh_link', %s)" % common_dump.HexDump(self.sh_link) 75 print " ('sh_info', %s)" % common_dump.HexDump(self.sh_info) 76 print " ('sh_addralign', %s)" % common_dump.HexDump(self.sh_addralign) 77 print " ('sh_entsize', %s)" % common_dump.HexDump(self.sh_entsize) [all …]
|
D | common_dump.py | 34 def HexDump(valPair): function
|
/external/capstone/bindings/vb6/ |
D | mMisc.bas | 279 Function HexDump(bAryOrStrData, Optional hexOnly = 0, Optional ByVal startAt As Long = 1, Optional … function 344 HexDump = Join(s, vbCrLf) 347 HexDump = Replace(HexDump, " ", "") 348 HexDump = Replace(HexDump, vbCrLf, "")
|
D | CInstDetails.cls | 64 push ret, HexDump(m_raw)
|
D | CX86Inst.cls | 119 push r, HexDump(m_raw)
|
D | CX86Operand.cls | 92 push ret, HexDump(m_raw)
|
/external/sfntly/cpp/src/test/ |
D | test_font_utils.h | 37 void HexDump(const unsigned char* byte_data, size_t length);
|
D | test_font_utils.cc | 99 void HexDump(const unsigned char* byte_data, size_t length) { in HexDump() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 156 cl::list<std::string> HexDump("hex-dump", cl::desc("<number|name>"), variable 159 cl::aliasopt(HexDump)); 443 if (!opts::HexDump.empty()) in dumpObject() 444 llvm::for_each(opts::HexDump, [&Dumper, Obj](StringRef SectionName) { in dumpObject()
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer.cc | 30 std::string HexDump(const uint8_t* src, size_t size) { in HexDump() function 221 TRACE_BUFFER_DLOG("Chunk raw: %s", HexDump(wptr, record_size).c_str()); in CopyChunkUntrusted() 278 TRACE_BUFFER_DLOG("Chunk raw: %s", HexDump(wptr_, record_size).c_str()); in CopyChunkUntrusted() 459 HexDump(chunk_begin, chunk_meta.chunk_record->size).c_str()); in TryPatchChunkContents()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 588 mDNSlocal void HexDump(const mDNSu8 *ptr, const mDNSu8 *const end) in HexDump() function 606 HexDump(ptr, end); in DisplayError()
|