Displaying 2 results from an estimated 2 matches for "globalgraph".
Did you mean:
globalgraphs
2009 Oct 09
1
[LLVMdev] DS-AA reports erroneous NoModRef
...od/Ref info is called with a CallSite and GlobalVariable
argument, where the global is passed as an argument to the call.
Furthermore, the callee function does *nothing* with this global but
to pass it on to another callee function. In the last callee, the
BottomUp DSNode is the same as the GlobalGraphs' node (very detailed;
including a link to another DSNode), but in the top function and the
intermediate callee, the global is not accessed and its DSNode is
simply "I", without a type.
An error manifests itself in DataStructureAA, as the intermediate
function's BottomUp...
2002 Jun 12
2
Problems with NBP chaining
I've just been playing with PXELINUX 1.74, and I can't get NBP
chaining to work.
First problem is that the code doesn't appear to recognize .0 files.
I could be completely mistaken (x86 assembler isn't my forte) but I
think the problem in pxelinux.asm is here:
------------------------------------------------------------------------
.one_step: mov ecx,[di-4]