Searched refs:ext_rel (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-alpha.c | 1223 struct external_reloc *ext_rel, in alpha_convert_external_reloc() argument 1241 ext_rel->r_bits[1] &=~ RELOC_BITS1_EXTERN_LITTLE; in alpha_convert_external_reloc() 1326 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); in alpha_convert_external_reloc() 1349 struct external_reloc *ext_rel; in alpha_relocate_section() local 1471 ext_rel = (struct external_reloc *) external_relocs; in alpha_relocate_section() 1472 ext_rel_end = ext_rel + input_section->reloc_count; in alpha_relocate_section() 1473 for (; ext_rel < ext_rel_end; ext_rel++) in alpha_relocate_section() 1486 r_vaddr = H_GET_64 (input_bfd, ext_rel->r_vaddr); in alpha_relocate_section() 1487 r_symndx = H_GET_32 (input_bfd, ext_rel->r_symndx); in alpha_relocate_section() 1489 r_type = ((ext_rel->r_bits[0] & RELOC_BITS0_TYPE_LITTLE) in alpha_relocate_section() [all …]
|
D | coff-mips.c | 798 struct external_reloc *ext_rel; in mips_relocate_section() local 858 ext_rel = (struct external_reloc *) external_relocs; in mips_relocate_section() 859 ext_rel_end = ext_rel + input_section->reloc_count; in mips_relocate_section() 860 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) in mips_relocate_section() 872 mips_ecoff_swap_reloc_in (input_bfd, ext_rel, &int_rel); in mips_relocate_section() 891 for (lo_ext_rel = ext_rel + 1; in mips_relocate_section() 907 if (lo_ext_rel == ext_rel + 1) in mips_relocate_section() 1134 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, ext_rel); in mips_relocate_section()
|
D | elf64-mips.c | 4014 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local 4027 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel() 4028 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel() 4099 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel() 4102 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()
|