| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | reloc16.c | 150 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); local 158 if (reloc_size < 0) 161 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); 162 if (!reloc_vector && reloc_size > 0) 256 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); local 261 if (reloc_size < 0) 276 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); 277 if (!reloc_vector && reloc_size != 0)
|
| D | bout.c | 667 bfd_size_type reloc_size, amt; in b_out_slurp_reloc_table() local 678 reloc_size = exec_hdr (abfd)->a_drsize; in b_out_slurp_reloc_table() 680 reloc_size = exec_hdr (abfd)->a_trsize; in b_out_slurp_reloc_table() 682 reloc_size = 0; in b_out_slurp_reloc_table() 691 count = reloc_size / sizeof (struct relocation_info); in b_out_slurp_reloc_table() 693 relocs = bfd_malloc (reloc_size); in b_out_slurp_reloc_table() 694 if (!relocs && reloc_size != 0) in b_out_slurp_reloc_table() 706 if (bfd_bread ((void *) relocs, reloc_size, abfd) != reloc_size) in b_out_slurp_reloc_table() 1129 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in b_out_bfd_relax_section() local 1131 if (reloc_size < 0) in b_out_bfd_relax_section() [all …]
|
| D | i386lynx.c | 406 bfd_size_type reloc_size; variable 419 reloc_size = exec_hdr (abfd)->a_drsize; 425 reloc_size = exec_hdr (abfd)->a_trsize; 437 count = reloc_size / each_size; 444 relocs = (PTR) bfd_alloc (abfd, reloc_size); 445 if (!relocs && reloc_size != 0) 451 if (bfd_bread (relocs, reloc_size, abfd) != reloc_size)
|
| D | hp300hpux.c | 729 bfd_size_type reloc_size; variable 745 reloc_size = exec_hdr (abfd)->a_drsize; 751 reloc_size = exec_hdr (abfd)->a_trsize; 763 count = reloc_size / each_size; 769 relocs = (PTR) bfd_alloc (abfd, reloc_size); 770 if (!relocs && reloc_size != 0) 776 if (bfd_bread (relocs, reloc_size, abfd) != reloc_size)
|
| D | syms.c | 963 long reloc_size, reloc_count; in _bfd_stab_section_find_nearest_line() local 1011 reloc_size = bfd_get_reloc_upper_bound (abfd, info->stabsec); in _bfd_stab_section_find_nearest_line() 1012 if (reloc_size < 0) in _bfd_stab_section_find_nearest_line() 1014 reloc_vector = bfd_malloc (reloc_size); in _bfd_stab_section_find_nearest_line() 1015 if (reloc_vector == NULL && reloc_size != 0) in _bfd_stab_section_find_nearest_line()
|
| D | reloc.c | 4620 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in bfd_generic_get_relocated_section_contents() local 4625 if (reloc_size < 0) in bfd_generic_get_relocated_section_contents() 4628 reloc_vector = bfd_malloc (reloc_size); in bfd_generic_get_relocated_section_contents() 4629 if (reloc_vector == NULL && reloc_size != 0) in bfd_generic_get_relocated_section_contents()
|
| D | coff-h8300.c | 1318 long reloc_size, reloc_count, i; in h8300_bfd_link_add_symbols() local 1323 reloc_size = bfd_get_reloc_upper_bound (abfd, sec); in h8300_bfd_link_add_symbols() 1324 if (reloc_size <= 0) in h8300_bfd_link_add_symbols() 1327 relocs = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); in h8300_bfd_link_add_symbols()
|
| D | som.h | 216 unsigned int reloc_size; member
|
| D | pdp11.c | 1827 bfd_size_type reloc_size; in NAME() local 1841 reloc_size = exec_hdr(abfd)->a_drsize; in NAME() 1843 reloc_size = exec_hdr(abfd)->a_trsize; in NAME() 1845 reloc_size = 0; in NAME() 1857 relocs = bfd_malloc (reloc_size); in NAME() 1858 if (relocs == NULL && reloc_size != 0) in NAME() 1861 if (bfd_bread (relocs, reloc_size, abfd) != reloc_size) in NAME() 1867 count = reloc_size / each_size; in NAME() 1899 if ((char *) rptr >= (char *) relocs + reloc_size) in NAME()
|
| D | coff-alpha.c | 774 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); local 784 if (reloc_size < 0) 786 reloc_vector = (arelent **) bfd_malloc ((bfd_size_type) reloc_size); 787 if (reloc_vector == NULL && reloc_size != 0)
|
| D | ecoff.c | 2083 bfd_size_type reloc_size; in ecoff_compute_reloc_file_positions() local 2096 reloc_size = 0; in ecoff_compute_reloc_file_positions() 2109 reloc_size += relsize; in ecoff_compute_reloc_file_positions() 2114 sym_base = ecoff_data (abfd)->reloc_filepos + reloc_size; in ecoff_compute_reloc_file_positions() 2126 return reloc_size; in ecoff_compute_reloc_file_positions() 2333 bfd_size_type reloc_size; in _bfd_ecoff_write_object_contents() local 2349 reloc_size = ecoff_compute_reloc_file_positions (abfd); in _bfd_ecoff_write_object_contents() 2522 if (reloc_size == 0) in _bfd_ecoff_write_object_contents()
|
| D | aoutx.h | 2240 bfd_size_type reloc_size; in NAME() local 2255 reloc_size = exec_hdr (abfd)->a_drsize; in NAME() 2257 reloc_size = exec_hdr (abfd)->a_trsize; in NAME() 2259 reloc_size = 0; in NAME() 2271 count = reloc_size / each_size; in NAME() 2278 relocs = bfd_malloc (reloc_size); in NAME() 2279 if (relocs == NULL && reloc_size != 0) in NAME() 2285 if (bfd_bread (relocs, reloc_size, abfd) != reloc_size) in NAME()
|
| D | xcofflink.c | 4888 unsigned int reloc_size, byte_size; in xcoff_write_global_symbol() local 4892 reloc_size = 63; in xcoff_write_global_symbol() 4897 reloc_size = 31; in xcoff_write_global_symbol() 4920 irel->r_size = reloc_size; in xcoff_write_global_symbol() 4940 ldrel.l_rtype = (reloc_size << 8) | R_POS; in xcoff_write_global_symbol() 4982 irel->r_size = reloc_size; in xcoff_write_global_symbol() 5002 ldrel.l_rtype = (reloc_size << 8) | R_POS; in xcoff_write_global_symbol()
|
| D | coff64-rs6000.c | 762 unsigned long reloc_size = 0; local 783 reloc_size += current->reloc_count * bfd_coff_relsz (abfd); 785 lineno_base = reloc_base + reloc_size;
|
| D | coffcode.h | 3337 unsigned long reloc_size = 0, reloc_count = 0; in coff_write_object_contents() local 3376 reloc_size = reloc_count * bfd_coff_relsz (abfd); in coff_write_object_contents() 3378 lineno_base = reloc_base + reloc_size; in coff_write_object_contents()
|
| D | elfxx-mips.c | 8759 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section); in _bfd_elf_mips_get_relocated_section_contents() local 8763 if (reloc_size < 0) in _bfd_elf_mips_get_relocated_section_contents() 8766 reloc_vector = bfd_malloc (reloc_size); in _bfd_elf_mips_get_relocated_section_contents() 8767 if (reloc_vector == NULL && reloc_size != 0) in _bfd_elf_mips_get_relocated_section_contents()
|
| D | som.c | 1961 som_section_data (subspace_asect)->reloc_size in setup_sections() 4851 fixup_stream_size = som_section_data (section)->reloc_size; in som_slurp_reloc_table()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mn10200.c | 1298 int reloc, pcrel, reloc_size, offset; in md_assemble() local 1304 reloc_size = operand->bits; in md_assemble() 1306 offset = size - reloc_size / 8; in md_assemble() 1314 if (reloc_size == 8) in md_assemble() 1316 else if (reloc_size == 24) in md_assemble() 1323 if (reloc_size == 32) in md_assemble() 1325 else if (reloc_size == 16) in md_assemble() 1327 else if (reloc_size == 8) in md_assemble() 1329 else if (reloc_size == 24) in md_assemble() 1337 reloc_size = reloc_size / 8; in md_assemble() [all …]
|
| D | tc-mn10300.c | 2223 int reloc, pcrel, reloc_size, offset; local 2232 reloc_size = 32; 2234 reloc_size = 24; 2236 reloc_size = operand->bits; 2243 offset = size - (reloc_size + operand->shift) / 8; 2250 if (reloc_size == 32) 2252 else if (reloc_size == 16) 2254 else if (reloc_size == 8) 2261 if (reloc_size == 32) 2263 else if (reloc_size == 16) [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldctor.c | 257 int reloc_size, size; in ldctor_build_sets() local 303 reloc_size = bfd_get_reloc_size (howto); in ldctor_build_sets() 304 switch (reloc_size) in ldctor_build_sets() 324 exp_intop (reloc_size)))); in ldctor_build_sets()
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | nlmconv.c | 1226 long reloc_size; in copy_sections() local 1247 reloc_size = bfd_get_reloc_upper_bound (inbfd, insec); in copy_sections() 1248 if (reloc_size < 0) in copy_sections() 1250 if (reloc_size != 0) in copy_sections() 1255 relocs = (arelent **) xmalloc (reloc_size); in copy_sections()
|
| D | readelf.c | 7539 int reloc_size, in debug_apply_rela_addends() argument 7546 if (end - start < reloc_size) in debug_apply_rela_addends() 7578 && rp->r_offset < (bfd_vma) (end - sec_data) - reloc_size) in debug_apply_rela_addends() 7627 byte_put (loc, rp->r_addend, reloc_size); in debug_apply_rela_addends()
|