its not correctly updating the symbols of procedures once identified - eg,
PLT entries.. it works for "most" cases. but not all.
^^ fixed with global symtab (mostly cept for copy by val/ref issues internal)

the ProcArgs only work if frame pointer is being used.. need to mark
the Proc as using a fp early, to determine if this analysis is going to work
at all.
