Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c171 ssize_t firstix = -1; in handle_file_note() local
181 firstix = lastix = mix; in handle_file_note()
182 if (firstix != -1 && mstart < module_end) in handle_file_note()
187 if (firstix == -1) in handle_file_note()
196 if (mix == firstix) in handle_file_note()
198 if (firstix < mix && mix <= lastix && strcmp (fptr, retval) != 0) in handle_file_note()