_rtld_initlist_tsort
static void _rtld_initlist_tsort(Objlist *, int);
_rtld_initlist_tsort(&finilist, 1);
_rtld_initlist_tsort(&initlist, 0);