Searched refs:VALIDX (Results 1 – 3 of 3) sorted by relevance
145 if (__builtin_expect (l->l_info[VALIDX(DT_GNU_PRELINKED)] != NULL, 0) in elf_machine_runtime_setup()146 || __builtin_expect (l->l_info [VALIDX (DT_GNU_LIBLISTSZ)] != NULL, 0)) in elf_machine_runtime_setup()
200 if (__builtin_expect (l->l_info[VALIDX(DT_GNU_PRELINKED)] != NULL, 0) in elf_machine_runtime_setup()201 || __builtin_expect (l->l_info [VALIDX (DT_GNU_LIBLISTSZ)] != NULL, 0)) in elf_machine_runtime_setup()
47 #define VALIDX(tag) (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGNUM \ macro
Completed in 12 milliseconds