Searched refs:DYN_STRIDE (Results 1 – 1 of 1) sorted by relevance
535 #define DYN_STRIDE 100 in elfexec() macro536 for (i = 0; i < dynfilesz; i += sizeof (*dyn) * DYN_STRIDE) { in elfexec()538 const size_t ndyns = MIN(DYN_STRIDE, remdyns); in elfexec()