• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:src

2911 mips_elf64_swap_reloc_in (bfd *abfd, const Elf64_Mips_External_Rel *src,  in mips_elf64_swap_reloc_in()  argument
2914 dst->r_offset = H_GET_64 (abfd, src->r_offset); in mips_elf64_swap_reloc_in()
2915 dst->r_sym = H_GET_32 (abfd, src->r_sym); in mips_elf64_swap_reloc_in()
2916 dst->r_ssym = H_GET_8 (abfd, src->r_ssym); in mips_elf64_swap_reloc_in()
2917 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloc_in()
2918 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in()
2919 dst->r_type = H_GET_8 (abfd, src->r_type); in mips_elf64_swap_reloc_in()
2926 mips_elf64_swap_reloca_in (bfd *abfd, const Elf64_Mips_External_Rela *src, in mips_elf64_swap_reloca_in() argument
2929 dst->r_offset = H_GET_64 (abfd, src->r_offset); in mips_elf64_swap_reloca_in()
2930 dst->r_sym = H_GET_32 (abfd, src->r_sym); in mips_elf64_swap_reloca_in()
2931 dst->r_ssym = H_GET_8 (abfd, src->r_ssym); in mips_elf64_swap_reloca_in()
2932 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloca_in()
2933 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in()
2934 dst->r_type = H_GET_8 (abfd, src->r_type); in mips_elf64_swap_reloca_in()
2935 dst->r_addend = H_GET_S64 (abfd, src->r_addend); in mips_elf64_swap_reloca_in()
2941 mips_elf64_swap_reloc_out (bfd *abfd, const Elf64_Mips_Internal_Rela *src, in mips_elf64_swap_reloc_out() argument
2944 H_PUT_64 (abfd, src->r_offset, dst->r_offset); in mips_elf64_swap_reloc_out()
2945 H_PUT_32 (abfd, src->r_sym, dst->r_sym); in mips_elf64_swap_reloc_out()
2946 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloc_out()
2947 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloc_out()
2948 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out()
2949 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloc_out()
2955 mips_elf64_swap_reloca_out (bfd *abfd, const Elf64_Mips_Internal_Rela *src, in mips_elf64_swap_reloca_out() argument
2958 H_PUT_64 (abfd, src->r_offset, dst->r_offset); in mips_elf64_swap_reloca_out()
2959 H_PUT_32 (abfd, src->r_sym, dst->r_sym); in mips_elf64_swap_reloca_out()
2960 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloca_out()
2961 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloca_out()
2962 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out()
2963 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloca_out()
2964 H_PUT_S64 (abfd, src->r_addend, dst->r_addend); in mips_elf64_swap_reloca_out()
2970 mips_elf64_be_swap_reloc_in (bfd *abfd, const bfd_byte *src, in mips_elf64_be_swap_reloc_in() argument
2976 (const Elf64_Mips_External_Rel *) src, in mips_elf64_be_swap_reloc_in()
2993 mips_elf64_be_swap_reloca_in (bfd *abfd, const bfd_byte *src, in mips_elf64_be_swap_reloca_in() argument
2999 (const Elf64_Mips_External_Rela *) src, in mips_elf64_be_swap_reloca_in()
3016 mips_elf64_be_swap_reloc_out (bfd *abfd, const Elf_Internal_Rela *src, in mips_elf64_be_swap_reloc_out() argument
3021 mirel.r_offset = src[0].r_offset; in mips_elf64_be_swap_reloc_out()
3022 BFD_ASSERT(src[0].r_offset == src[1].r_offset); in mips_elf64_be_swap_reloc_out()
3023 BFD_ASSERT(src[0].r_offset == src[2].r_offset); in mips_elf64_be_swap_reloc_out()
3025 mirel.r_type = ELF64_MIPS_R_TYPE (src[0].r_info); in mips_elf64_be_swap_reloc_out()
3026 mirel.r_sym = ELF64_R_SYM (src[0].r_info); in mips_elf64_be_swap_reloc_out()
3027 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out()
3028 mirel.r_ssym = ELF64_MIPS_R_SSYM (src[1].r_info); in mips_elf64_be_swap_reloc_out()
3029 mirel.r_type3 = ELF64_MIPS_R_TYPE (src[2].r_info); in mips_elf64_be_swap_reloc_out()
3038 mips_elf64_be_swap_reloca_out (bfd *abfd, const Elf_Internal_Rela *src, in mips_elf64_be_swap_reloca_out() argument
3043 mirela.r_offset = src[0].r_offset; in mips_elf64_be_swap_reloca_out()
3044 BFD_ASSERT(src[0].r_offset == src[1].r_offset); in mips_elf64_be_swap_reloca_out()
3045 BFD_ASSERT(src[0].r_offset == src[2].r_offset); in mips_elf64_be_swap_reloca_out()
3047 mirela.r_type = ELF64_MIPS_R_TYPE (src[0].r_info); in mips_elf64_be_swap_reloca_out()
3048 mirela.r_sym = ELF64_R_SYM (src[0].r_info); in mips_elf64_be_swap_reloca_out()
3049 mirela.r_addend = src[0].r_addend; in mips_elf64_be_swap_reloca_out()
3050 BFD_ASSERT(src[1].r_addend == 0); in mips_elf64_be_swap_reloca_out()
3051 BFD_ASSERT(src[2].r_addend == 0); in mips_elf64_be_swap_reloca_out()
3053 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out()
3054 mirela.r_ssym = ELF64_MIPS_R_SSYM (src[1].r_info); in mips_elf64_be_swap_reloca_out()
3055 mirela.r_type3 = ELF64_MIPS_R_TYPE (src[2].r_info); in mips_elf64_be_swap_reloca_out()