Searched refs:DT_NULL (Results 1 – 7 of 7) sorted by relevance
21 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
23 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
48 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
24 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
60 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
71 if (targetnn_to_cpu(dyn->d_tag) == DT_NULL)
498 #define DT_NULL 0 /* marks end of _DYNAMIC array */ macro
Completed in 10 milliseconds