ln [addr]
The ln command lists the symbol nearest the specified address. The command lists the nearest symbol before and after the specified addr parameter. This command also shows line-number information if it is available in the symbol file.
The ln command without the addr parameter displays the nearest symbols before and after the current disassembly address.
Example: ln dw(esp) Lists the nearest symbol with respect to the caller (pushed address on stack)