Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_segment_report_module.c168 ssize_t firstix = -1; in handle_file_note() local
178 firstix = lastix = mix; in handle_file_note()
179 if (firstix != -1 && mstart < module_end) in handle_file_note()
184 if (firstix == -1) in handle_file_note()
193 if (mix == firstix) in handle_file_note()
195 if (firstix < mix && mix <= lastix && strcmp (fptr, retval) != 0) in handle_file_note()