search for: hexstream

Displaying 4 results from an estimated 4 matches for "hexstream".

2013 Oct 10
0
[LLVMdev] [PATCH] R600/SI: Embed disassembly in ELF object
...tEmitter = ObjStreamer.getAssembler().getEmitter(); > + InstEmitter.EncodeInstruction(TmpInst, CodeStream, Fixups); > + CodeStream.flush(); > + > + HexLines.resize(HexLines.size() + 1); > + std::string &HexLine = HexLines.back(); > + raw_string_ostream HexStream(HexLine); > + > + for (size_t i = 0; i < CodeBytes.size(); i += 4) { > + unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; > + HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); > + } > + >...
2013 Oct 10
2
[LLVMdev] [PATCH] R600/SI: Embed disassembly in ELF object
Hi, This patch adds R600/SI disassembly text to compiled object files, when a code dump is requested, to assist debugging in Mesa clients. Here's an example of the output in a Mesa client with a corresponding patch and RADEON_DUMP_SHADERS set: Shader Disassembly: S_WQM_B64 EXEC, EXEC ; BEFE0A7E S_MOV_B32 M0, SGPR6 ; BEFC0306
2014 Mar 06
3
Cannot chain to another PXE server on the same subnet
On Thu, 2014-03-06 at 16:52 -0500, Gene Cumm wrote: > > RFC2131, section 4.1, and particularly the second paragraph on page 24. > > Conditionally. "Options may appear only once, unless otherwise > specified in the options document." I don't see any indication of any > options that DO allow it unless "The information is an opaque object > of n
2014 Mar 07
4
Cannot chain to another PXE server on the same subnet
...al tcpdump or a tool that can read the pcap (like Wireshark) and create a single large colon-separated string representation of the 3 option 43 values (should be over 1200 characters long, 3 times total length minus 1). Using wireshark and right-clicking on each option 43 instance, copy, bytes, as hexstream, and leaving the option 255s in I get: 01:04:e0:01:01:03:02:02:de:06:03:02:df:06:04:01:01:05:01:01:06:01:0b:08:70:aa:aa:01:0a:d7:90:3c:00:a0:01:0a:d7:90:3c:00:81:01:0a:d7:90:3c:00:a1:01:0a:d7:90:3c:00:a2:01:0a:d7:90:3c:00:a4:01:0a:d7:90:3c:00:a5:01:0a:d7:90:3c:00:a6:01:0a:d7:90:3c:00:a7:01:0a:d7:9...