+ is the symbol +, lies in #<PACKAGE COMMON-LISP>, is accessible in 14
packages ...
---snip
#<SYSTEM-FUNCTION +> is a built-in system function.
Argument list: (&REST SYSTEM::OTHER-ARGS)
For more information, evaluate (DISASSEMBLE #'+).
---snip
Yes, you can use the disassemble package: disassemble. Also, if you have that package installed, then the raco decompile command will show the disassembly of procedures in the relevant compiled module.