HomeSort by relevance Sort by last modified time
    Searched defs:nregions (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
elfcmp.c 199 size_t nregions = 0; local
239 ++nregions;
416 nregions += 2;
424 struct region *regionsarr = alloca (nregions * sizeof (struct region));
437 for (size_t cnt = 0; cnt < nregions; ++cnt)
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)
501 if (cnt == nregions && last < end)
  /sdk/emulator/qtools/
trace_reader.h 131 nregions = 0;
157 for (int ii = 0; ii < nregions; ii++) {
187 int nregions; // num regions in use member in class:TraceReader::ProcessState
237 region_type *FindRegion(uint32_t addr, int nregions,
239 int FindRegionIndex(uint32_t addr, int nregions,
881 int nregions = processes_[0]->nregions; local
883 for (int ii = 0; ii < nregions; ii++) {
896 int nregions = pstate->nregions; local
929 int nregions = manager->nregions; local
956 int nregions = manager->nregions; local
1013 int nregions = manager->nregions; local
    [all...]

Completed in 49 milliseconds