Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:ndx

80   int ndx = dwfl->lookup_segndx[segment];
84 ndx = dwfl->lookup_segndx[segment];
95 ndx = dwfl->lookup_segndx[segment];
97 return ndx;
101 dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name,
107 size_t segment = ndx;
112 while (segment > 0 && dwfl->lookup_segndx[segment] > ndx)
115 while (dwfl->lookup_segndx[segment] < ndx)
143 return ndx;
146 if (segment_read (ndx, &buffer, &buffer_available,
450 ndx = addr_segndx (dwfl, segment, module_end);
563 ndx = -1;