old_r_offset      165 scripts/recordmcount.h 	static Elf_Addr old_r_offset = ~(Elf_Addr)0;
old_r_offset      169 scripts/recordmcount.h 	is_fake = (old_r_offset != ~(Elf_Addr)0) &&
old_r_offset      170 scripts/recordmcount.h 		(current_r_offset - old_r_offset == MIPS_FAKEMCOUNT_OFFSET);
old_r_offset      171 scripts/recordmcount.h 	old_r_offset = current_r_offset;