Home
last modified time | relevance | path

Searched refs:out_off (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c14746 bfd_vma out_off; in ppc64_elf_relocate_section() local
14755 out_off = _bfd_elf_section_offset (output_bfd, info, in ppc64_elf_relocate_section()
14757 if (out_off == (bfd_vma) -1) in ppc64_elf_relocate_section()
14759 else if (out_off == (bfd_vma) -2) in ppc64_elf_relocate_section()
14761 out_off += (input_section->output_section->vma in ppc64_elf_relocate_section()
14763 outrel.r_offset = out_off; in ppc64_elf_relocate_section()
14767 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0) in ppc64_elf_relocate_section()
14768 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0)) in ppc64_elf_relocate_section()
14770 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0) in ppc64_elf_relocate_section()
14771 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0)) in ppc64_elf_relocate_section()
[all …]