Searched refs:Elf64_Mips_External_Rel (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-mips.c | 66 (bfd *, const Elf64_Mips_External_Rel *, Elf64_Mips_Internal_Rela *); 70 (bfd *, const Elf64_Mips_Internal_Rela *, Elf64_Mips_External_Rel *); 2911 mips_elf64_swap_reloc_in (bfd *abfd, const Elf64_Mips_External_Rel *src, in mips_elf64_swap_reloc_in() 2942 Elf64_Mips_External_Rel *dst) in mips_elf64_swap_reloc_out() 2976 (const Elf64_Mips_External_Rel *) src, in mips_elf64_be_swap_reloc_in() 3032 (Elf64_Mips_External_Rel *) dst); in mips_elf64_be_swap_reloc_out() 3763 BFD_ASSERT (entsize == sizeof (Elf64_Mips_External_Rel) in mips_elf64_slurp_one_reloc_table() 3766 if (entsize == sizeof (Elf64_Mips_External_Rel)) in mips_elf64_slurp_one_reloc_table() 3785 (Elf64_Mips_External_Rel *) native_relocs, in mips_elf64_slurp_one_reloc_table() 4036 if (rel_hdr->sh_entsize == sizeof(Elf64_Mips_External_Rel)) in mips_elf64_write_relocs() [all …]
|
D | elfxx-mips.c | 3313 + reloc_index * sizeof (Elf64_Mips_External_Rel))); in mips_elf_output_dynamic_relocation() 6524 + sreloc->reloc_count * sizeof (Elf64_Mips_External_Rel))); in mips_elf_create_dynamic_relocation() 11743 ? sizeof (Elf64_Mips_External_Rel) in _bfd_mips_elf_finish_dynamic_sections() 11810 s->reloc_count - 1, sizeof (Elf64_Mips_External_Rel), in _bfd_mips_elf_finish_dynamic_sections()
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | mips.h | 904 } Elf64_Mips_External_Rel; typedef
|
D | ChangeLog-9103 | 1747 * mips.h (Elf64_Mips_External_Rel): Define.
|