Lines Matching refs:trueindex
740 Dwarf_Signed trueindex = 0; in dwarf_get_macro_startend_file() local
749 trueindex = srcindex; in dwarf_get_macro_startend_file()
750 if (trueindex < 0) { in dwarf_get_macro_startend_file()
754 if (trueindex < macro_context->mc_srcfiles_count) { in dwarf_get_macro_startend_file()
755 *src_file_name = macro_context->mc_srcfiles[trueindex]; in dwarf_get_macro_startend_file()
764 trueindex = srcindex; in dwarf_get_macro_startend_file()
766 if (trueindex < 0 ) { in dwarf_get_macro_startend_file()
772 if (trueindex > (macro_context->mc_srcfiles_count+1)) { in dwarf_get_macro_startend_file()
778 --trueindex; in dwarf_get_macro_startend_file()
779 if (trueindex > macro_context->mc_srcfiles_count) { in dwarf_get_macro_startend_file()
784 trueindex < macro_context->mc_srcfiles_count) { in dwarf_get_macro_startend_file()
785 *src_file_name = macro_context->mc_srcfiles[trueindex]; in dwarf_get_macro_startend_file()