Lines Matching defs:ndx
77 int ndx = -1;
81 ndx = dwfl->lookup_segndx[segment];
83 return next ? ndx + 1 : ndx;
91 return ndx + 1;
92 ndx = dwfl->lookup_segndx[segment];
95 return ndx;
291 dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name,
300 size_t segment = ndx;
307 && (dwfl->lookup_segndx[segment] > ndx
311 while (dwfl->lookup_segndx[segment] < ndx)
340 if (! (*memory_callback) (dwfl, ndx, &buffer, &buffer_available,
804 ndx = addr_segndx (dwfl, segment, module_end, true);
953 ndx = -1;
1062 return ndx;