noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-38
LISTUNRESOLVED or LU
EXCLUDE
E
excludes system-supplied functions, which include millicode calls, common system
library calls (as documented in the Guardian Procedure Calls Reference Manual),
and calls to functions in SRLs. For more information, see Example 3-38 on
page 3-39.
Note. This option is not available for PIC object code files.
Example 3-34. LISTUNRESOLVED Option (BRIEF)
noft> listunresolved * brief
# Unresolved Name
4 proc4__Fv
5 proc3__Fv
10 __nw__FUi
11 __dl__FPv
noft>
Example 3-35. LISTUNRESOLVED Option (DETAIL)
noft> listunresolved * detail
Number : 4
Name :
proc4__Fv
Demangled Name :
proc4()
Type : Proc
Addresses Used At : 0x761003a4
Number : 5
Name :
proc3__Fv
Demangled Name :
proc3()
Type : Proc
Addresses Used At : 0x761003ac
Number : 10
Name :
__nw__FUi
Demangled Name :
operator new(unsigned int)
Type : Proc
Addresses Used At : 0x761004a4
0x76100438
Number : 11
Name :
__dl__FPv
Demangled Name :
operator delete(void *)
Type : Proc
Addresses Used At : 0x761004f4
0x76100514
noft>