Lines Matching refs:src
2881 mips_elf64_swap_reloc_in (bfd *abfd, const Elf64_Mips_External_Rel *src, in mips_elf64_swap_reloc_in() argument
2884 dst->r_offset = H_GET_64 (abfd, src->r_offset); in mips_elf64_swap_reloc_in()
2885 dst->r_sym = H_GET_32 (abfd, src->r_sym); in mips_elf64_swap_reloc_in()
2886 dst->r_ssym = H_GET_8 (abfd, src->r_ssym); in mips_elf64_swap_reloc_in()
2887 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloc_in()
2888 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in()
2889 dst->r_type = H_GET_8 (abfd, src->r_type); in mips_elf64_swap_reloc_in()
2896 mips_elf64_swap_reloca_in (bfd *abfd, const Elf64_Mips_External_Rela *src, in mips_elf64_swap_reloca_in() argument
2899 dst->r_offset = H_GET_64 (abfd, src->r_offset); in mips_elf64_swap_reloca_in()
2900 dst->r_sym = H_GET_32 (abfd, src->r_sym); in mips_elf64_swap_reloca_in()
2901 dst->r_ssym = H_GET_8 (abfd, src->r_ssym); in mips_elf64_swap_reloca_in()
2902 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloca_in()
2903 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in()
2904 dst->r_type = H_GET_8 (abfd, src->r_type); in mips_elf64_swap_reloca_in()
2905 dst->r_addend = H_GET_S64 (abfd, src->r_addend); in mips_elf64_swap_reloca_in()
2911 mips_elf64_swap_reloc_out (bfd *abfd, const Elf64_Mips_Internal_Rela *src, in mips_elf64_swap_reloc_out() argument
2914 H_PUT_64 (abfd, src->r_offset, dst->r_offset); in mips_elf64_swap_reloc_out()
2915 H_PUT_32 (abfd, src->r_sym, dst->r_sym); in mips_elf64_swap_reloc_out()
2916 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloc_out()
2917 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloc_out()
2918 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out()
2919 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloc_out()
2925 mips_elf64_swap_reloca_out (bfd *abfd, const Elf64_Mips_Internal_Rela *src, in mips_elf64_swap_reloca_out() argument
2928 H_PUT_64 (abfd, src->r_offset, dst->r_offset); in mips_elf64_swap_reloca_out()
2929 H_PUT_32 (abfd, src->r_sym, dst->r_sym); in mips_elf64_swap_reloca_out()
2930 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloca_out()
2931 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloca_out()
2932 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out()
2933 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloca_out()
2934 H_PUT_S64 (abfd, src->r_addend, dst->r_addend); in mips_elf64_swap_reloca_out()
2940 mips_elf64_be_swap_reloc_in (bfd *abfd, const bfd_byte *src, in mips_elf64_be_swap_reloc_in() argument
2946 (const Elf64_Mips_External_Rel *) src, in mips_elf64_be_swap_reloc_in()
2963 mips_elf64_be_swap_reloca_in (bfd *abfd, const bfd_byte *src, in mips_elf64_be_swap_reloca_in() argument
2969 (const Elf64_Mips_External_Rela *) src, in mips_elf64_be_swap_reloca_in()
2986 mips_elf64_be_swap_reloc_out (bfd *abfd, const Elf_Internal_Rela *src, in mips_elf64_be_swap_reloc_out() argument
2991 mirel.r_offset = src[0].r_offset; in mips_elf64_be_swap_reloc_out()
2992 BFD_ASSERT(src[0].r_offset == src[1].r_offset); in mips_elf64_be_swap_reloc_out()
2993 BFD_ASSERT(src[0].r_offset == src[2].r_offset); in mips_elf64_be_swap_reloc_out()
2995 mirel.r_type = ELF64_MIPS_R_TYPE (src[0].r_info); in mips_elf64_be_swap_reloc_out()
2996 mirel.r_sym = ELF64_R_SYM (src[0].r_info); in mips_elf64_be_swap_reloc_out()
2997 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out()
2998 mirel.r_ssym = ELF64_MIPS_R_SSYM (src[1].r_info); in mips_elf64_be_swap_reloc_out()
2999 mirel.r_type3 = ELF64_MIPS_R_TYPE (src[2].r_info); in mips_elf64_be_swap_reloc_out()
3008 mips_elf64_be_swap_reloca_out (bfd *abfd, const Elf_Internal_Rela *src, in mips_elf64_be_swap_reloca_out() argument
3013 mirela.r_offset = src[0].r_offset; in mips_elf64_be_swap_reloca_out()
3014 BFD_ASSERT(src[0].r_offset == src[1].r_offset); in mips_elf64_be_swap_reloca_out()
3015 BFD_ASSERT(src[0].r_offset == src[2].r_offset); in mips_elf64_be_swap_reloca_out()
3017 mirela.r_type = ELF64_MIPS_R_TYPE (src[0].r_info); in mips_elf64_be_swap_reloca_out()
3018 mirela.r_sym = ELF64_R_SYM (src[0].r_info); in mips_elf64_be_swap_reloca_out()
3019 mirela.r_addend = src[0].r_addend; in mips_elf64_be_swap_reloca_out()
3020 BFD_ASSERT(src[1].r_addend == 0); in mips_elf64_be_swap_reloca_out()
3021 BFD_ASSERT(src[2].r_addend == 0); in mips_elf64_be_swap_reloca_out()
3023 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out()
3024 mirela.r_ssym = ELF64_MIPS_R_SSYM (src[1].r_info); in mips_elf64_be_swap_reloca_out()
3025 mirela.r_type3 = ELF64_MIPS_R_TYPE (src[2].r_info); in mips_elf64_be_swap_reloca_out()