Lines Matching refs:overflowed_p
5286 bfd_boolean overflowed_p; in mips_elf_calculate_relocation() local
5305 overflowed_p = FALSE; in mips_elf_calculate_relocation()
5737 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
5814 overflowed_p = (value >> 26) != ((p + 4) >> (26 + shift)); in mips_elf_calculate_relocation()
5878 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
5949 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
5968 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
5986 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
6005 overflowed_p = mips_elf_overflow_p (value, 18); in mips_elf_calculate_relocation()
6020 overflowed_p = mips_elf_overflow_p (value, 17); in mips_elf_calculate_relocation()
6034 overflowed_p = mips_elf_overflow_p (value, 23); in mips_elf_calculate_relocation()
6048 overflowed_p = mips_elf_overflow_p (value, 28); in mips_elf_calculate_relocation()
6062 overflowed_p = mips_elf_overflow_p (value, 21); in mips_elf_calculate_relocation()
6076 overflowed_p = mips_elf_overflow_p (value, 21); in mips_elf_calculate_relocation()
6084 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
6100 overflowed_p = mips_elf_overflow_p (value, 8); in mips_elf_calculate_relocation()
6110 overflowed_p = mips_elf_overflow_p (value, 11); in mips_elf_calculate_relocation()
6120 overflowed_p = mips_elf_overflow_p (value, 17); in mips_elf_calculate_relocation()
6130 overflowed_p = mips_elf_overflow_p (value, 25); in mips_elf_calculate_relocation()
6160 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
6169 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation()
6219 return overflowed_p ? bfd_reloc_overflow : bfd_reloc_ok; in mips_elf_calculate_relocation()