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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dreloc.c621 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1008 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1345 if (address > bfd_get_section_limit (input_bfd, input_section))
H A Dcoff-mips.c507 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
705 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Dbfd-in.h353 #define bfd_get_section_limit(bfd, sec) \
349 #define bfd_get_section_limit macro
H A Delf32-mips.c1064 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Delfn32-mips.c1889 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Dcoff-arm.c1176 bfd_vma high_address = bfd_get_section_limit (input_bfd, input_section);
H A Delf64-mips.c2046 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Delfxx-mips.c1338 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1404 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1456 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1515 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Dbfd-in2.h360 #define bfd_get_section_limit(bfd, sec) \
356 #define bfd_get_section_limit macro
H A Delf32-s390.c432 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Delf32-score.c403 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Delf32-spu.c195 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Delf64-alpha.c435 high_address = bfd_get_section_limit (abfd, input_section);
H A Delf64-s390.c455 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Delfxx-sparc.c70 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
H A Delf32-ppc.c1674 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h366 #define bfd_get_section_limit(bfd, sec) \
362 #define bfd_get_section_limit macro

Completed in 492 milliseconds