(val)
| 314 | print(row_format.format(fxn_dict2['tu'], fxn_dict2['demangledName'], stack, unresolved_str)) |
| 315 | |
| 316 | def get_order(val): |
| 317 | if val == 'unbounded': |
| 318 | return 1 |
| 319 | else: |
| 320 | return -val |
| 321 | |
| 322 | # Loop through every global and local function |
| 323 | # and resolve each call, save results in r_calls |