Thanks for all replies!
@yamer, the source files solved my problem, but the ppudump still be useful if there is no document and no source
Then I have tried reading the ppudump's result, compare it to the source file, and knowing some of its syntax, infomation about the procedure's name and parameters's type is from the field Alias name(which is mangled as Leledumbo mentioned) of the procedure definition, but sometimes the parameters type is converted to a code(which can't be understanded or it reference to something else where).And one more question, how can we understand the field "var type" of "field variable symbol","Parameter Variable symbol" section and the field "prop type" of "property symbol" section, is it a reference ?