Searched refs:ext_rel (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-mips.c | 1213 struct external_reloc *ext_rel; local 1280 ext_rel = (struct external_reloc *) external_relocs; 1281 ext_rel_end = ext_rel + input_section->reloc_count; 1282 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) 1294 mips_ecoff_swap_reloc_in (input_bfd, (PTR) ext_rel, &int_rel); 1315 for (lo_ext_rel = ext_rel + 1; 1334 if (lo_ext_rel == ext_rel + 1) 1723 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, (PTR) ext_rel); 1912 struct external_reloc *ext_rel; local 1956 ext_rel = (struct external_reloc *) section_tdata->external_relocs; [all …]
|
| D | coff-alpha.c | 1255 alpha_convert_external_reloc (output_bfd, info, input_bfd, ext_rel, h) in alpha_convert_external_reloc() argument 1259 struct external_reloc *ext_rel; 1277 ext_rel->r_bits[1] &=~ RELOC_BITS1_EXTERN_LITTLE; 1362 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); 1387 struct external_reloc *ext_rel; local 1511 ext_rel = (struct external_reloc *) external_relocs; 1512 ext_rel_end = ext_rel + input_section->reloc_count; 1513 for (; ext_rel < ext_rel_end; ext_rel++) 1526 r_vaddr = H_GET_64 (input_bfd, ext_rel->r_vaddr); 1527 r_symndx = H_GET_32 (input_bfd, ext_rel->r_symndx); [all …]
|
| D | elf64-mips.c | 2320 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local 2333 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel() 2334 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel() 2403 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel() 2406 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | coff-alpha.c | 1253 alpha_convert_external_reloc (output_bfd, info, input_bfd, ext_rel, h) in alpha_convert_external_reloc() argument 1257 struct external_reloc *ext_rel; 1275 ext_rel->r_bits[1] &=~ RELOC_BITS1_EXTERN_LITTLE; 1360 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); 1385 struct external_reloc *ext_rel; local 1507 ext_rel = (struct external_reloc *) external_relocs; 1508 ext_rel_end = ext_rel + input_section->reloc_count; 1509 for (; ext_rel < ext_rel_end; ext_rel++) 1522 r_vaddr = H_GET_64 (input_bfd, ext_rel->r_vaddr); 1523 r_symndx = H_GET_32 (input_bfd, ext_rel->r_symndx); [all …]
|
| D | coff-mips.c | 839 struct external_reloc *ext_rel; local 899 ext_rel = (struct external_reloc *) external_relocs; 900 ext_rel_end = ext_rel + input_section->reloc_count; 901 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) 913 mips_ecoff_swap_reloc_in (input_bfd, (PTR) ext_rel, &int_rel); 932 for (lo_ext_rel = ext_rel + 1; 948 if (lo_ext_rel == ext_rel + 1) 1175 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, (PTR) ext_rel);
|
| D | elf64-mips.c | 2701 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local 2714 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel() 2715 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel() 2786 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel() 2789 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()
|