Symbol Name Resolution

NTSD and KD attempt to match a symbol name in the following order:

  1. exact case match (sym)
  2. exact case match with leading underscore (_sym)
  3. mixed-case match (Sym or SYM)
  4. Mixed-case match with leading underscore ( _Sym or _SYM)

See also the rules for resolving register, hex, and DLL names listed in the preceding section.