Searched refs:toff (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | gdb-index.h | 180 Type_unit(off_t off, off_t toff, uint64_t sig) in Type_unit() 181 : tu_offset(off), type_offset(toff), type_signature(sig) in Type_unit()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfnn-ia64.c | 327 bfd_vma toff; in elfNN_ia64_relax_section() member 392 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elfNN_ia64_relax_section() local 473 toff = isym->st_value; in elfNN_ia64_relax_section() 502 toff = dyn_i->plt2_offset; in elfNN_ia64_relax_section() 518 toff = h->root.u.def.value; in elfNN_ia64_relax_section() 543 toff += irel->r_addend; in elfNN_ia64_relax_section() 545 toff = _bfd_merged_section_offset (abfd, &tsec, in elfNN_ia64_relax_section() 547 toff); in elfNN_ia64_relax_section() 550 toff += irel->r_addend; in elfNN_ia64_relax_section() 553 toff += irel->r_addend; in elfNN_ia64_relax_section() [all …]
|
D | elf64-ia64-vms.c | 330 bfd_vma toff; in elf64_ia64_relax_section() member 394 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elf64_ia64_relax_section() local 474 toff = isym->st_value; in elf64_ia64_relax_section() 502 toff = dyn_i->plt2_offset; in elf64_ia64_relax_section() 518 toff = h->root.u.def.value; in elf64_ia64_relax_section() 522 toff += irel->r_addend; in elf64_ia64_relax_section() 524 symaddr = tsec->output_section->vma + tsec->output_offset + toff; in elf64_ia64_relax_section() 596 if (tsec == sec && toff > roff) in elf64_ia64_relax_section() 601 if (f->tsec == tsec && f->toff == toff) in elf64_ia64_relax_section() 654 f->toff = toff; in elf64_ia64_relax_section() [all …]
|
D | elf32-ppc.c | 6703 bfd_vma toff; in ppc_elf_relax_section() member 6788 bfd_vma toff, roff; in ppc_elf_relax_section() local 6845 toff = isym->st_value; in ppc_elf_relax_section() 6864 toff = h->root.u.def.value; in ppc_elf_relax_section() 6870 toff = link_info->relocatable ? indx : 0; in ppc_elf_relax_section() 6970 toff = ent->glink_offset; in ppc_elf_relax_section() 6975 toff = ent->plt.offset; in ppc_elf_relax_section() 7010 toff += irel->r_addend; in ppc_elf_relax_section() 7012 toff in ppc_elf_relax_section() 7015 toff); in ppc_elf_relax_section() [all …]
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.cpu | 9448 (define-pmacro (media-unpack src soff targ toff) 9450 (set (halfword hi targ toff) (halfword hi src soff)) 9451 (set (halfword lo targ toff) (halfword hi src soff)) 9452 (set (halfword hi targ (add toff 1)) (halfword lo src soff)) 9453 (set (halfword lo targ (add toff 1)) (halfword lo src soff)))
|