load-path-shadows-find
load-path-shadows-find is a compiled Lisp function in `shadow.el
'.
(load-path-shadows-find &optional PATH)
Return a list of Emacs Lisp files that create shadows.
This function does the work for `list-load-path-shadows'.
We traverse PATH looking for shadows, and return a (possibly empty)
even-length list of files. A file in this list at position 2i shadows
the file in position 2i+1. Emacs Lisp file suffixes (.el and .elc)
are stripped from the file names in the list.
See the documentation for `list-load-path-shadows' for further information.