search for: bb33

Displaying 8 results from an estimated 8 matches for "bb33".

Did you mean: bb3
2005 Sep 06
0
[LLVMdev] [OT] how to continue a pre-existing thread?
...ail client. Take, for example, Tanya's last post on the "dependency analyzer for machine code" thread. By looking at the headers (I'm not sure how to do that with the web listing you linked to, but I can look at them with gmail) I can see this: In-Reply-To: <FC78A84D-9384-4C8C-BB33-FA984193A82D at cs.uiuc.edu> References: <4d77c5f205090423456ead0923 at mail.gmail.com> <1125933701.3432.7.camel at localhost.localdomain> <FC78A84D-9384-4C8C-BB33-FA984193A82D at cs.uiuc.edu> I can only assume these two headers basically achieve the same thing. Specifying w...
2005 Sep 05
2
[LLVMdev] [OT] how to continue a pre-existing thread?
Sorry. It's kinda embarrassing but I don't know how to follow a thread. As you can see: http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-September/thread.html My follow-up posts are not threaded. What is the subject I should use to continue a pre-existing thread? dependence analyzer for machine code? Re: dependence analyzer for machine code? [LLVMdev] Re: dependence analyzer for machine
2016 Jan 20
2
Why getFunction() of CallGraphNode return NULL function?
...However, when I am handling C++ programs, I found the calls of member functions are converted to some strange indirect calls. For example: table->truncate(sysTransaction); // from mysql are translated to the next complex llvm IR: _ZN8Database20getSystemTransactionEv.exit: ; preds = %bb33 call void @llvm.dbg.value(metadata %class.Transaction.553* %tmp36, i64 0, metadata !7310, metadata !53545), !dbg !69981 %tmp37 = bitcast %class.Table.543* %table to void (%class.Table.543*, %class.Transaction.553*)***, !dbg !69982 %tmp38 = load void (%class.Table.543*, %class.Transaction.553*...
2016 Jan 20
2
Why getFunction() of CallGraphNode return NULL function?
...t; functions are converted > > to some strange indirect calls. For example: > > > > table->truncate(sysTransaction); // from mysql > > > > are translated to the next complex llvm IR: > > > > _ZN8Database20getSystemTransactionEv.exit: ; preds = %bb33 > > call void @llvm.dbg.value(metadata %class.Transaction.553* %tmp36, i64 > 0, metadata !7310, metadata !53545), !dbg !69981 > > %tmp37 = bitcast %class.Table.543* %table to void (%class.Table.543*, > %class.Transaction.553*)***, !dbg !69982 > > %tmp38 = load void (%c...
2020 May 18
3
bogus record in _msdcs zone in samba-dc
Hello, I've just discovered a bogus record in _msdcs zone which exists on samba-dc (vm-dc4, 4.12.2) only and missing on a PDC (vm-dc1, Windows Server 2008 R2): # samba-tool dns query localhost _msdcs.domain.com @ ALL -U administrator 2>/dev/null Password for [DOMAIN\administrator]: Name=, Records=3, Children=0 NS: vm-dc1.domain.com. (flags=600000f0, serial=181, ttl=3600)
2020 May 18
0
bogus record in _msdcs zone in samba-dc
....domain.com,CN=MicrosoftDNS,DC=ForestDnsZones,DC=domain,DC=com objectClass: top objectClass: dnsNode instanceType: 4 whenCreated: 20200318110215.0Z whenChanged: 20200318110215.0Z uSNCreated: 13282 uSNChanged: 13282 showInAdvancedViewOnly: TRUE name: vm-dc4.domain.com. objectGUID: 80170015-b113-4435-bb33-ba60f4f9f608 dnsRecord: NDR: struct dnsp_DnssrvRpcRecord wDataLength : 0x0004 (4) wType : DNS_TYPE_A (1) version : 0x05 (5) rank : DNS_RANK_GLUE (128) flags : 0x0000 (...
2016 Jan 19
2
Why getFunction() of CallGraphNode return NULL function?
Hi all, I want to find all the called functions in each function, thus I iterate the calledFunctions of each CallGraphNode in CallGraph as follow: for (CallGraph::iterator it = CG->begin(); it != CG->end(); ++it) { CallGraphNode* node = it->second; for (CallGraphNode::iterator it2 = node->begin(); it2 != node->end(); ++it2) { Function* calledFunc =
2020 May 18
2
bogus record in _msdcs zone in samba-dc
...omain,DC=com > objectClass: top > objectClass: dnsNode > instanceType: 4 > whenCreated: 20200318110215.0Z > whenChanged: 20200318110215.0Z > uSNCreated: 13282 > uSNChanged: 13282 > showInAdvancedViewOnly: TRUE > name: vm-dc4.domain.com. > objectGUID: 80170015-b113-4435-bb33-ba60f4f9f608 > dnsRecord: NDR: struct dnsp_DnssrvRpcRecord > wDataLength : 0x0004 (4) > wType : DNS_TYPE_A (1) > version : 0x05 (5) > rank : DNS_RANK_GLUE (128) >...