Searched refs:bfd_get_reloc_upper_bound (Results 1 – 25 of 29) sorted by relevance
12
/toolchain/binutils/binutils-2.25/bfd/ |
D | reloc16.c | 152 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_coff_reloc16_relax_section() 257 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_coff_reloc16_get_relocated_section_contents()
|
D | bout.c | 1140 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in b_out_bfd_relax_section() 1215 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in b_out_bfd_get_relocated_section_contents()
|
D | bfd.c | 926 bfd_get_reloc_upper_bound (bfd *abfd, sec_ptr asect) in bfd_get_reloc_upper_bound() function
|
D | reloc.c | 7558 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_generic_get_relocated_section_contents()
|
D | syms.c | 1040 reloc_size = bfd_get_reloc_upper_bound (abfd, info->stabsec); in _bfd_stab_section_find_nearest_line()
|
D | coff-h8300.c | 1292 reloc_size = bfd_get_reloc_upper_bound (abfd, sec); in h8300_bfd_link_add_symbols()
|
D | coff-alpha.c | 735 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in alpha_ecoff_get_relocated_section_contents()
|
D | linker.c | 1929 relsize = bfd_get_reloc_upper_bound (input_bfd, in _bfd_generic_final_link()
|
D | bfd-in2.h | 6609 long bfd_get_reloc_upper_bound (bfd *abfd, asection *sect);
|
D | ChangeLog-9495 | 7922 bfd_get_reloc_upper_bound, and bfd_canonicalize_reloc. They now 7926 * bfd.c (bfd_get_reloc_upper_bound): Return long, and -1 on 8014 for errors from bfd_get_reloc_upper_bound and 8028 bfd_get_reloc_upper_bound and bfd_canonicalize_reloc.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | cr16elf.em | 65 been set up. We could call bfd_get_reloc_upper_bound, but
|
D | m68kelf.em | 93 been set up. We could call bfd_get_reloc_upper_bound, but
|
D | m68kcoff.em | 82 been set up. We could call bfd_get_reloc_upper_bound, but
|
D | pep.em | 1541 relsize = bfd_get_reloc_upper_bound (is->the_bfd, sec);
|
D | pe.em | 1597 relsize = bfd_get_reloc_upper_bound (is->the_bfd, sec);
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldcref.c | 675 relsize = bfd_get_reloc_upper_bound (abfd, sec); in check_reloc_refs()
|
D | ldmain.c | 1247 relsize = bfd_get_reloc_upper_bound (abfd, sec); in warning_find_reloc()
|
D | pe-dll.c | 1296 relsize = bfd_get_reloc_upper_bound (b, s); in pe_walk_relocs_of_symbol() 1377 relsize = bfd_get_reloc_upper_bound (b, s); in generate_reloc()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | coffgrok.c | 145 relsize = bfd_get_reloc_upper_bound (abfd, section); in do_sections_p1()
|
D | nm.c | 790 relsize = bfd_get_reloc_upper_bound (abfd, sec); in get_relocs()
|
D | objdump.c | 1963 relsize = bfd_get_reloc_upper_bound (abfd, section); in disassemble_section() 3106 relsize = bfd_get_reloc_upper_bound (abfd, section); in dump_relocs_in_section()
|
D | objcopy.c | 2908 relsize = bfd_get_reloc_upper_bound (ibfd, isection); in copy_relocations_in_section() 3146 relsize = bfd_get_reloc_upper_bound (ibfd, isection); in mark_symbols_used_in_relocations()
|
D | nlmconv.c | 1248 reloc_size = bfd_get_reloc_upper_bound (inbfd, insec); in copy_sections()
|
D | ChangeLog-9197 | 3450 bfd_get_reloc_upper_bound. Change relcount to long, and check for 3458 for error from bfd_get_reloc_upper_bound and 3472 bfd_get_reloc_upper_bound and bfd_canonicalize_reloc. 3474 Check for errors form bfd_get_reloc_upper_bound and
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 811 called via @samp{bfd_get_reloc_upper_bound}.
|
12