Searched refs:TUNABLE_GET (Results 1 – 4 of 4) sorted by relevance
/elf/ |
A D | dl-tunables.h | 68 # define TUNABLE_GET(__id, __type, __cb) \ in rtld_hidden_proto() macro 76 # define TUNABLE_GET(__top, __ns, __id, __type, __cb) \ in rtld_hidden_proto()
|
A D | dl-hwcaps.h | 28 # define GET_HWCAP_MASK() TUNABLE_GET (glibc, cpu, hwcap_mask, uint64_t, NULL)
|
A D | dl-sort-maps.c | 280 int32_t algorithm = TUNABLE_GET (glibc, rtld, dynamic_sort, int32_t, NULL); in _dl_sort_maps_init()
|
A D | dl-tls.c | 101 nns = TUNABLE_GET (nns, size_t, NULL); in _dl_tls_static_surplus_init() 102 opt_tls = TUNABLE_GET (optional_static_tls, size_t, NULL); in _dl_tls_static_surplus_init()
|
Completed in 7 milliseconds