Which file is loaded for providing menu bar to admin interface?

Loader.php file is loaded by index.php for providing menu bar.

In Joomla, the file responsible for providing the menu bar to the admin interface is typically admin.menu.xml. This XML file defines the structure of the admin menu, including the various menu items, their labels, icons, permissions, and the corresponding controllers or views they link to. It is located within the administrator component’s directory.