HomeSort by relevance Sort by last modified time
    Searched full:regionsarr (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
elfcmp.c 424 struct region *regionsarr = alloca (nregions * sizeof (struct region)); local
439 regionsarr[cnt] = *regions;
443 qsort (regionsarr, nregions, sizeof (regionsarr[0]), regioncompare);
474 while (cnt < nregions && regionsarr[cnt].to < phdr1->p_offset)
479 while (cnt < nregions && regionsarr[cnt].from < end)
481 if (last < regionsarr[cnt].from)
486 regionsarr[cnt].from - last) != 0))
497 last = regionsarr[cnt].to;

Completed in 103 milliseconds