Searched refs:trueindex (Results 1 – 1 of 1) sorted by relevance
740 Dwarf_Signed trueindex = 0; in dwarf_get_macro_startend_file() local749 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()[all …]