This file contains ELF x86-64 ABI compliant startup code, notably the _start entry point which is found in the object files/usr/lib/crt1.o.
Part of this _start routine is to call __libc_start_main (defined in csu/libc-start.c which include sysdeps/nptl/libc_start_call_main.h) which in turn calls main.