Searched refs:algorithm (Results 1 – 2 of 2) sorted by relevance
280 int32_t algorithm = TUNABLE_GET (glibc, rtld, dynamic_sort, int32_t, NULL); in _dl_sort_maps_init() local281 GLRO(dl_dso_sort_algo) = algorithm == 1 ? dso_sort_algorithm_original in _dl_sort_maps_init()
59 # The older dynamic_sort=1 algorithm does not achieve this, while the DFS-based60 # dynamic_sort=2 algorithm does, although it is still arguable whether going
Completed in 4 milliseconds