Home
last modified time | relevance | path

Searched refs:bfd_get_section_limit (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dreloc.c621 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()
Dcoff-mips.c502 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
700 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
Dbfd-in.h349 #define bfd_get_section_limit(bfd, sec) \ macro
Delf32-mips.c1064 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in gprel32_with_gp()
Delfn32-mips.c1887 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in gprel32_with_gp()
Dcoff-arm.c1174 bfd_vma high_address = bfd_get_section_limit (input_bfd, input_section); in coff_arm_relocate_section()
Delf64-mips.c2042 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in mips_elf64_gprel32_reloc()
Delfxx-mips.c1330 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()
Delf32-score.c403 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in gprel32_with_gp()
Dbfd-in2.h356 #define bfd_get_section_limit(bfd, sec) \ macro
Delf64-s390.c455 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
Delf32-spu.c195 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in spu_elf_rel9()
Delf32-s390.c432 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
Delfxx-sparc.c70 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in init_insn_reloc()
Delf64-alpha.c431 high_address = bfd_get_section_limit (abfd, input_section); in elf64_alpha_reloc_gpdisp()
Delf32-ppc.c1672 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/
Dbfd.h362 #define bfd_get_section_limit(bfd, sec) \ macro