Home
last modified time | relevance | path

Searched refs:lastix (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c169 ssize_t lastix = -1; in handle_file_note() local
178 firstix = lastix = mix; in handle_file_note()
180 lastix = mix; in handle_file_note()
188 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note()
195 if (firstix < mix && mix <= lastix && strcmp (fptr, retval) != 0) in handle_file_note()