Searched refs:TUNABLE_ENUM_NAME (Results 1 – 2 of 2) sorted by relevance
/elf/ |
A D | dl-tunables.h | 49 # define TUNABLE_ENUM_NAME(__top,__ns,__id) TUNABLE_ENUM_NAME1 (__top,__ns,__id) macro 88 tunable_id_t id = TUNABLE_ENUM_NAME (__top, __ns, __id); \ in rtld_hidden_proto() 97 __tunable_set_val (TUNABLE_ENUM_NAME (__top, __ns, __id), \ 104 __tunable_set_val (TUNABLE_ENUM_NAME (__top, __ns, __id), \
|
A D | dl-tunables.c | 269 tunable_id_t id = TUNABLE_ENUM_NAME (glibc, malloc, check); in maybe_enable_malloc_check()
|
Completed in 5 milliseconds