Lines Matching refs:adjust
805 if (input_debug->adjust != (struct ecoff_value_adjust *) NULL)
807 struct ecoff_value_adjust *adjust; local
809 for (adjust = input_debug->adjust;
810 adjust != (struct ecoff_value_adjust *) NULL;
811 adjust = adjust->next)
812 if (fdr_adr >= adjust->start
813 && fdr_adr < adjust->end)
814 fdr.adr += adjust->adjust;
859 if (input_debug->adjust != (struct ecoff_value_adjust *) NULL)
862 struct ecoff_value_adjust *adjust; local
865 for (adjust = input_debug->adjust;
866 adjust != (struct ecoff_value_adjust *) NULL;
867 adjust = adjust->next)
868 if (value >= adjust->start
869 && value < adjust->end)
870 internal_sym.value += adjust->adjust;
983 && input_debug->adjust == (struct ecoff_value_adjust *) NULL)
1042 if (input_debug->adjust != (struct ecoff_value_adjust *) NULL)
1045 struct ecoff_value_adjust *adjust; local
1048 for (adjust = input_debug->adjust;
1049 adjust != (struct ecoff_value_adjust *) NULL;
1050 adjust = adjust->next)
1051 if (adr >= adjust->start
1052 && adr < adjust->end)
1053 pdr.adr += adjust->adjust;