Searched refs:bfd_get_section_limit (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | reloc.c | 621 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_perform_relocation() 1008 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_install_relocation() 1345 if (address > bfd_get_section_limit (input_bfd, input_section)) in _bfd_final_link_relocate()
|
| D | coff-mips.c | 502 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) 700 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
|
| D | bfd-in.h | 349 #define bfd_get_section_limit(bfd, sec) \ macro
|
| D | elf32-mips.c | 1064 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in gprel32_with_gp()
|
| D | elfn32-mips.c | 1887 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in gprel32_with_gp()
|
| D | coff-arm.c | 1174 bfd_vma high_address = bfd_get_section_limit (input_bfd, input_section); in coff_arm_relocate_section()
|
| D | elf64-mips.c | 2042 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in mips_elf64_gprel32_reloc()
|
| D | elfxx-mips.c | 1330 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in _bfd_mips_elf_gprel16_with_gp() 1396 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in _bfd_mips_elf_hi16_reloc() 1448 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in _bfd_mips_elf_lo16_reloc() 1507 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in _bfd_mips_elf_generic_reloc()
|
| D | elf32-score.c | 403 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in gprel32_with_gp()
|
| D | bfd-in2.h | 356 #define bfd_get_section_limit(bfd, sec) \ macro
|
| D | elf64-s390.c | 455 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
|
| D | elf32-spu.c | 195 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in spu_elf_rel9()
|
| D | elf32-s390.c | 432 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
|
| D | elfxx-sparc.c | 70 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in init_insn_reloc()
|
| D | elf64-alpha.c | 431 high_address = bfd_get_section_limit (abfd, input_section); in elf64_alpha_reloc_gpdisp()
|
| D | elf32-ppc.c | 1672 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in ppc_elf_addr16_ha_reloc()
|
| /freebsd-12-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 362 #define bfd_get_section_limit(bfd, sec) \ macro
|