Searched refs:Elf64_Mips_External_Rel (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/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 *); 2881 mips_elf64_swap_reloc_in (bfd *abfd, const Elf64_Mips_External_Rel *src, in mips_elf64_swap_reloc_in() 2912 Elf64_Mips_External_Rel *dst) in mips_elf64_swap_reloc_out() 2946 (const Elf64_Mips_External_Rel *) src, in mips_elf64_be_swap_reloc_in() 3002 (Elf64_Mips_External_Rel *) dst); in mips_elf64_be_swap_reloc_out() 3727 BFD_ASSERT (entsize == sizeof (Elf64_Mips_External_Rel) in mips_elf64_slurp_one_reloc_table() 3730 if (entsize == sizeof (Elf64_Mips_External_Rel)) in mips_elf64_slurp_one_reloc_table() 3749 (Elf64_Mips_External_Rel *) native_relocs, in mips_elf64_slurp_one_reloc_table() 4000 if (rel_hdr->sh_entsize == sizeof(Elf64_Mips_External_Rel)) in mips_elf64_write_relocs() [all …]
|
D | elfxx-mips.c | 3307 + reloc_index * sizeof (Elf64_Mips_External_Rel))); in mips_elf_output_dynamic_relocation() 6497 + sreloc->reloc_count * sizeof (Elf64_Mips_External_Rel))); in mips_elf_create_dynamic_relocation() 11708 ? sizeof (Elf64_Mips_External_Rel) in _bfd_mips_elf_finish_dynamic_sections() 11775 s->reloc_count - 1, sizeof (Elf64_Mips_External_Rel), in _bfd_mips_elf_finish_dynamic_sections()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | mips.h | 899 } Elf64_Mips_External_Rel; typedef
|
D | ChangeLog-9103 | 1747 * mips.h (Elf64_Mips_External_Rel): Define.
|