Home
last modified time | relevance | path

Searched refs:ext_rel (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcoff-alpha.c1216 struct external_reloc *ext_rel, in alpha_convert_external_reloc() argument
1319 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); in alpha_convert_external_reloc()
1342 struct external_reloc *ext_rel; in alpha_relocate_section() local
1464 ext_rel = (struct external_reloc *) external_relocs; in alpha_relocate_section()
1465 ext_rel_end = ext_rel + input_section->reloc_count; in alpha_relocate_section()
1466 for (; ext_rel < ext_rel_end; ext_rel++) in alpha_relocate_section()
1526 ext_rel->r_vaddr); in alpha_relocate_section()
1712 ext_rel, h); in alpha_relocate_section()
1721 H_PUT_64 (input_bfd, addend, ext_rel->r_vaddr); in alpha_relocate_section()
1839 ext_rel, in alpha_relocate_section()
[all …]
H A Dcoff-mips.c807 struct external_reloc *ext_rel; in mips_relocate_section() local
867 ext_rel = (struct external_reloc *) external_relocs; in mips_relocate_section()
868 ext_rel_end = ext_rel + input_section->reloc_count; in mips_relocate_section()
869 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) in mips_relocate_section()
881 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel); in mips_relocate_section()
900 for (lo_ext_rel = ext_rel + 1; in mips_relocate_section()
916 if (lo_ext_rel == ext_rel + 1) in mips_relocate_section()
1139 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, ext_rel); in mips_relocate_section()
H A Delf64-mips.c4318 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local
4331 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel()
4332 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel()
4404 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel()
4407 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-alpha.c1220 struct external_reloc *ext_rel, in alpha_convert_external_reloc() argument
1323 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); in alpha_convert_external_reloc()
1346 struct external_reloc *ext_rel; in alpha_relocate_section() local
1468 ext_rel = (struct external_reloc *) external_relocs; in alpha_relocate_section()
1469 ext_rel_end = ext_rel + input_section->reloc_count; in alpha_relocate_section()
1470 for (; ext_rel < ext_rel_end; ext_rel++) in alpha_relocate_section()
1530 ext_rel->r_vaddr); in alpha_relocate_section()
1716 ext_rel, h); in alpha_relocate_section()
1725 H_PUT_64 (input_bfd, addend, ext_rel->r_vaddr); in alpha_relocate_section()
1843 ext_rel, in alpha_relocate_section()
[all …]
H A Dcoff-mips.c807 struct external_reloc *ext_rel; in mips_relocate_section() local
867 ext_rel = (struct external_reloc *) external_relocs; in mips_relocate_section()
868 ext_rel_end = ext_rel + input_section->reloc_count; in mips_relocate_section()
869 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) in mips_relocate_section()
881 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel); in mips_relocate_section()
900 for (lo_ext_rel = ext_rel + 1; in mips_relocate_section()
916 if (lo_ext_rel == ext_rel + 1) in mips_relocate_section()
1139 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, ext_rel); in mips_relocate_section()
H A Delf64-mips.c4326 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local
4339 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel()
4340 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel()
4412 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel()
4415 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcoff-alpha.c1224 struct external_reloc *ext_rel, in alpha_convert_external_reloc() argument
1327 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); in alpha_convert_external_reloc()
1350 struct external_reloc *ext_rel; in alpha_relocate_section() local
1472 ext_rel = (struct external_reloc *) external_relocs; in alpha_relocate_section()
1473 ext_rel_end = ext_rel + input_section->reloc_count; in alpha_relocate_section()
1474 for (; ext_rel < ext_rel_end; ext_rel++) in alpha_relocate_section()
1534 ext_rel->r_vaddr); in alpha_relocate_section()
1720 ext_rel, h); in alpha_relocate_section()
1729 H_PUT_64 (input_bfd, addend, ext_rel->r_vaddr); in alpha_relocate_section()
1847 ext_rel, in alpha_relocate_section()
[all …]
H A Dcoff-mips.c813 struct external_reloc *ext_rel; in mips_relocate_section() local
873 ext_rel = (struct external_reloc *) external_relocs; in mips_relocate_section()
874 ext_rel_end = ext_rel + input_section->reloc_count; in mips_relocate_section()
875 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) in mips_relocate_section()
887 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel); in mips_relocate_section()
906 for (lo_ext_rel = ext_rel + 1; in mips_relocate_section()
922 if (lo_ext_rel == ext_rel + 1) in mips_relocate_section()
1145 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, ext_rel); in mips_relocate_section()
H A Delf64-mips.c4311 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local
4324 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel()
4325 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel()
4397 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel()
4400 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-alpha.c1216 struct external_reloc *ext_rel, in alpha_convert_external_reloc() argument
1319 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); in alpha_convert_external_reloc()
1342 struct external_reloc *ext_rel; in alpha_relocate_section() local
1464 ext_rel = (struct external_reloc *) external_relocs; in alpha_relocate_section()
1465 ext_rel_end = ext_rel + input_section->reloc_count; in alpha_relocate_section()
1466 for (; ext_rel < ext_rel_end; ext_rel++) in alpha_relocate_section()
1526 ext_rel->r_vaddr); in alpha_relocate_section()
1712 ext_rel, h); in alpha_relocate_section()
1721 H_PUT_64 (input_bfd, addend, ext_rel->r_vaddr); in alpha_relocate_section()
1839 ext_rel, in alpha_relocate_section()
[all …]
H A Dcoff-mips.c807 struct external_reloc *ext_rel; in mips_relocate_section() local
867 ext_rel = (struct external_reloc *) external_relocs; in mips_relocate_section()
868 ext_rel_end = ext_rel + input_section->reloc_count; in mips_relocate_section()
869 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) in mips_relocate_section()
881 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel); in mips_relocate_section()
900 for (lo_ext_rel = ext_rel + 1; in mips_relocate_section()
916 if (lo_ext_rel == ext_rel + 1) in mips_relocate_section()
1139 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, ext_rel); in mips_relocate_section()
H A Delf64-mips.c4318 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local
4331 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel()
4332 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel()
4404 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel()
4407 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()