Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfnn-ia64.c328 bfd_vma trampoff; in elfNN_ia64_relax_section() member
392 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elfNN_ia64_relax_section() local
651 trampoff = (sec->size + 15) & (bfd_vma) -16; in elfNN_ia64_relax_section()
655 offset = trampoff - (roff & (bfd_vma) -4); in elfNN_ia64_relax_section()
659 amt = trampoff + size; in elfNN_ia64_relax_section()
667 memcpy (contents + trampoff, plt_full_entry, size); in elfNN_ia64_relax_section()
672 irel->r_offset = trampoff; in elfNN_ia64_relax_section()
678 memcpy (contents + trampoff, oor_ip, size); in elfNN_ia64_relax_section()
682 irel->r_offset = trampoff + 2; in elfNN_ia64_relax_section()
686 memcpy (contents + trampoff, oor_brl, size); in elfNN_ia64_relax_section()
[all …]
Delf64-ia64-vms.c331 bfd_vma trampoff; in elf64_ia64_relax_section() member
394 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elf64_ia64_relax_section() local
618 trampoff = (sec->size + 15) & (bfd_vma) -16; in elf64_ia64_relax_section()
622 offset = trampoff - (roff & (bfd_vma) -4); in elf64_ia64_relax_section()
626 amt = trampoff + size; in elf64_ia64_relax_section()
634 memcpy (contents + trampoff, plt_full_entry, size); in elf64_ia64_relax_section()
639 irel->r_offset = trampoff; in elf64_ia64_relax_section()
643 memcpy (contents + trampoff, oor_brl, size); in elf64_ia64_relax_section()
646 irel->r_offset = trampoff + 2; in elf64_ia64_relax_section()
655 f->trampoff = trampoff; in elf64_ia64_relax_section()
[all …]
Delf32-ppc.c6704 bfd_vma trampoff; in ppc_elf_relax_section() member
6717 bfd_size_type trampbase, trampoff, newsize; in ppc_elf_relax_section() local
6765 trampoff = trampbase; in ppc_elf_relax_section()
6767 trampoff += 4; in ppc_elf_relax_section()
7060 val = trampoff - roff; in ppc_elf_relax_section()
7089 irel->r_offset = trampoff + insn_offset; in ppc_elf_relax_section()
7099 f->trampoff = trampoff; in ppc_elf_relax_section()
7102 trampoff += size; in ppc_elf_relax_section()
7107 val = f->trampoff - roff; in ppc_elf_relax_section()
7159 newsize = trampoff; in ppc_elf_relax_section()
[all …]