Added find-stl-symbols to retrieve symbols (with the correct include header name) from C++ standard STL headers.
Some known issues:
- Some symbols can have wrong but working include headers. For example, "allocator" has header name <string> while it should be exported by <memory> according to the standard.
- GNU C symbols like pthread_* with header <memory> are also retrieved.
overridden