Searched refs:ext_rel (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | coff-alpha.c | 1269 alpha_convert_external_reloc (output_bfd, info, input_bfd, ext_rel, h) in alpha_convert_external_reloc() argument 1273 struct external_reloc *ext_rel; 1291 ext_rel->r_bits[1] &=~ RELOC_BITS1_EXTERN_LITTLE; 1376 H_PUT_32 (input_bfd, r_symndx, ext_rel->r_symndx); 1401 struct external_reloc *ext_rel; local 1523 ext_rel = (struct external_reloc *) external_relocs; 1524 ext_rel_end = ext_rel + input_section->reloc_count; 1525 for (; ext_rel < ext_rel_end; ext_rel++) 1538 r_vaddr = H_GET_64 (input_bfd, ext_rel->r_vaddr); 1539 r_symndx = H_GET_32 (input_bfd, ext_rel->r_symndx); [all …]
|
| HD | coff-mips.c | 855 struct external_reloc *ext_rel; local 915 ext_rel = (struct external_reloc *) external_relocs; 916 ext_rel_end = ext_rel + input_section->reloc_count; 917 for (i = 0; ext_rel < ext_rel_end; ext_rel++, i++) 929 mips_ecoff_swap_reloc_in (input_bfd, (PTR) ext_rel, &int_rel); 948 for (lo_ext_rel = ext_rel + 1; 964 if (lo_ext_rel == ext_rel + 1) 1191 mips_ecoff_swap_reloc_out (input_bfd, &int_rel, (PTR) ext_rel);
|
| HD | elf64-mips.c | 2724 Elf64_Mips_External_Rel *ext_rel; in mips_elf64_write_rel() local 2737 ext_rel = (Elf64_Mips_External_Rel *) rel_hdr->contents; in mips_elf64_write_rel() 2738 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel() 2809 mips_elf64_swap_reloc_out (abfd, &int_rel, ext_rel); in mips_elf64_write_rel() 2812 BFD_ASSERT (ext_rel - (Elf64_Mips_External_Rel *) rel_hdr->contents in mips_elf64_write_rel()
|