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

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

Completed in 95 milliseconds