Searched refs:r_type2 (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | mips.h | 723 unsigned char r_type2[1]; member 739 unsigned char r_type2; member 757 unsigned char r_type2[1]; member 775 unsigned char r_type2; member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | mips.h | 758 unsigned char r_type2[1]; member 774 unsigned char r_type2; member 792 unsigned char r_type2[1]; member 810 unsigned char r_type2; member
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-mips.c | 1265 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in() 1280 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in() 1295 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 1309 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 1376 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out() 1402 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out() 2073 type = (enum elf_mips_reloc_type) rela.r_type2; in mips_elf64_slurp_one_reloc_table() 2378 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel() 2396 int_rel.r_type2 = r->howto->type; in mips_elf64_write_rel() 2475 int_rela.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rela() [all …]
|
H A D | elf32-ppc.c | 4809 enum elf_ppc_reloc_type r_type2; in ppc_elf_relocate_section() local 4817 r_type2 = ELF32_R_TYPE (rel[1].r_info); in ppc_elf_relocate_section() 4820 || (r_type2 != R_PPC_REL14 in ppc_elf_relocate_section() 4821 && r_type2 != R_PPC_REL14_BRTAKEN in ppc_elf_relocate_section() 4822 && r_type2 != R_PPC_REL14_BRNTAKEN in ppc_elf_relocate_section() 4823 && r_type2 != R_PPC_REL24 in ppc_elf_relocate_section() 4824 && r_type2 != R_PPC_PLTREL24)) in ppc_elf_relocate_section()
|
H A D | elf64-ppc.c | 7731 enum elf_ppc64_reloc_type r_type2; in ppc64_elf_relocate_section() local 7739 r_type2 = ELF64_R_TYPE (rel[1].r_info); in ppc64_elf_relocate_section() 7742 || (r_type2 != R_PPC64_REL14 in ppc64_elf_relocate_section() 7743 && r_type2 != R_PPC64_REL14_BRTAKEN in ppc64_elf_relocate_section() 7744 && r_type2 != R_PPC64_REL14_BRNTAKEN in ppc64_elf_relocate_section() 7745 && r_type2 != R_PPC64_REL24)) in ppc64_elf_relocate_section()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-mips.c | 1662 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in() 1677 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in() 1692 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 1706 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 1770 mirel.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloc_out() 1796 mirela.r_type2 = ELF64_MIPS_R_TYPE (src[1].r_info); in mips_elf64_be_swap_reloca_out() 2454 type = (enum elf_mips_reloc_type) rela.r_type2; in mips_elf64_slurp_one_reloc_table() 2761 int_rel.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rel() 2779 int_rel.r_type2 = r->howto->type; in mips_elf64_write_rel() 2860 int_rela.r_type2 = (int) R_MIPS_NONE; in mips_elf64_write_rela() [all …]
|
H A D | elf32-ppc.c | 5746 enum elf_ppc_reloc_type r_type2; in ppc_elf_relocate_section() local 5754 r_type2 = ELF32_R_TYPE (rel[1].r_info); in ppc_elf_relocate_section() 5757 || (r_type2 != R_PPC_REL14 in ppc_elf_relocate_section() 5758 && r_type2 != R_PPC_REL14_BRTAKEN in ppc_elf_relocate_section() 5759 && r_type2 != R_PPC_REL14_BRNTAKEN in ppc_elf_relocate_section() 5760 && r_type2 != R_PPC_REL24 in ppc_elf_relocate_section() 5761 && r_type2 != R_PPC_PLTREL24)) in ppc_elf_relocate_section()
|
H A D | elf64-ppc.c | 10097 enum elf_ppc64_reloc_type r_type2; in ppc64_elf_relocate_section() local 10105 r_type2 = ELF64_R_TYPE (rel[1].r_info); in ppc64_elf_relocate_section() 10108 || (r_type2 != R_PPC64_REL14 in ppc64_elf_relocate_section() 10109 && r_type2 != R_PPC64_REL14_BRTAKEN in ppc64_elf_relocate_section() 10110 && r_type2 != R_PPC64_REL14_BRNTAKEN in ppc64_elf_relocate_section() 10111 && r_type2 != R_PPC64_REL24)) in ppc64_elf_relocate_section()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 278 uint32_t r_type2 = (Type >> 8) & 0xff; in resolveMIPSN64Relocation() local 287 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation() 288 RelType = r_type2; in resolveMIPSN64Relocation()
|