Searched refs:mips_elf_overflow_p (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elfxx-mips.c | 5119 mips_elf_overflow_p (bfd_vma value, int bits) in mips_elf_overflow_p() function 5979 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation() 6195 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation() 6214 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation() 6232 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation() 6256 overflowed_p = mips_elf_overflow_p (value, 18); in mips_elf_calculate_relocation() 6273 overflowed_p = mips_elf_overflow_p (value, 17); in mips_elf_calculate_relocation() 6287 overflowed_p = mips_elf_overflow_p (value, 23); in mips_elf_calculate_relocation() 6301 overflowed_p = mips_elf_overflow_p (value, 28); in mips_elf_calculate_relocation() 6315 overflowed_p = mips_elf_overflow_p (value, 21); in mips_elf_calculate_relocation() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elfxx-mips.c | 5196 mips_elf_overflow_p (bfd_vma value, int bits) in mips_elf_overflow_p() function 6058 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation() 6276 overflowed_p = mips_elf_overflow_p (value, bits); in mips_elf_calculate_relocation() 6296 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation() 6314 overflowed_p = mips_elf_overflow_p (value, 16); in mips_elf_calculate_relocation() 6338 overflowed_p = mips_elf_overflow_p (value, 18); in mips_elf_calculate_relocation() 6355 overflowed_p = mips_elf_overflow_p (value, 17); in mips_elf_calculate_relocation() 6369 overflowed_p = mips_elf_overflow_p (value, 23); in mips_elf_calculate_relocation() 6383 overflowed_p = mips_elf_overflow_p (value, 28); in mips_elf_calculate_relocation() 6397 overflowed_p = mips_elf_overflow_p (value, 21); in mips_elf_calculate_relocation() [all …]
|