Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspu_ovl.S40 #define off2 reserved2 macro
213 shli off2, ovl, 4 # 0,4 3
220 lqx vma, tab2, off2 # 1,6 7
228 shli off2, ovl, 4 # 0,4 2
237 lqx vma, tab2, off2 # 1,6 6
/toolchain/binutils/binutils-2.25/bfd/
Delf32-microblaze.c1191 bfd_vma off, off2; in microblaze_elf_relocate_section() local
1228 off2 = off; in microblaze_elf_relocate_section()
1231 off2 = off + 4; in microblaze_elf_relocate_section()
1300 + off2); in microblaze_elf_relocate_section()
1305 bfd_put_32 (output_bfd, 0, htab->sgot->contents + off2); in microblaze_elf_relocate_section()
1321 htab->sgot->contents + off2); in microblaze_elf_relocate_section()
1327 htab->sgot->contents + off2); in microblaze_elf_relocate_section()
Delf32-tic6x.c2276 bfd_vma off, off2, relocation; in elf32_tic6x_relocate_section() local
2399 off2 = ((off & ~(bfd_vma)0x1f) - rel->r_addend) & (bfd_vma)~0x1f; in elf32_tic6x_relocate_section()
2400 off2 = relocation - off2; in elf32_tic6x_relocate_section()
2401 relocation = off + off2; in elf32_tic6x_relocate_section()
Decoff.c581 #define FIX(off1, off2, type) \ in _bfd_ecoff_slurp_symbolic_info() argument
583 debug->off2 = NULL; \ in _bfd_ecoff_slurp_symbolic_info()
585 debug->off2 = (type) ((char *) raw \ in _bfd_ecoff_slurp_symbolic_info()
/toolchain/binutils/binutils-2.25/cpu/
Dfrv.cpu7987 (define-pmacro (extract-hilo reg1 off1 reg2 off2 arg1hi arg1lo arg2hi arg2lo)
7991 (set arg2hi (add (halfword hi reg2 off2) (mul reg2 0)))
7992 (set arg2lo (add (halfword lo reg2 off2) (mul reg2 0))))