Searched refs:foff (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-nds32.c | 6699 bfd_signed_vma foff; in calculate_offset() local 6760 foff = (symval + addend in calculate_offset() 6762 return foff; in calculate_offset() 6833 bfd_vma foff; in calculate_plt_offset() local 6834 if ((foff = calculate_plt_memory_address (abfd, link_info, isymbuf, irel, in calculate_plt_offset() 6838 return foff - (irel->r_offset in calculate_plt_offset() 7993 bfd_signed_vma foff; in calculate_memory_address() local 8053 foff = symval + addend; in calculate_memory_address() 8055 return foff; in calculate_memory_address() 9052 bfd_signed_vma foff; in nds32_elf_relax_longcall1() local [all …]
|
D | elf32-v850.c | 3175 bfd_signed_vma foff; in v850_elf_relax_section() local 3394 foff = (symval + addend in v850_elf_relax_section() 3405 symval, addend, foff); in v850_elf_relax_section() 3408 if (foff < -0x100000 || foff >= 0x100000) in v850_elf_relax_section() 3593 foff = (symval + addend in v850_elf_relax_section() 3604 symval, addend, foff); in v850_elf_relax_section() 3606 if (foff < -0x100000 || foff >= 0x100000) in v850_elf_relax_section() 3621 if (foff < -0x100 || foff >= 0x100) in v850_elf_relax_section()
|
D | coff-sh.c | 745 bfd_signed_vma foff; in sh_relax_section() local 876 foff = (symval in sh_relax_section() 882 if (foff < -0x1000 || foff >= 0x1000) in sh_relax_section() 918 (bfd_vma) 0xb000 | ((foff >> 1) & 0xfff), in sh_relax_section()
|
D | elf32-sh.c | 540 bfd_signed_vma foff; in sh_elf_relax_section() local 676 foff = (symval in sh_elf_relax_section() 685 if (foff < -0x1000 || foff >= 0x1000 - 8) in sh_elf_relax_section()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-m68k.c | 367 offsetT foff; member 473 the_ins.fragb[the_ins.nfrag].foff = off; in add_frag() 4512 the_ins.fragb[n].fadd, the_ins.fragb[n].foff, to_beg_P); in md_assemble()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 1945 * config/tc-m68k.c (struct m68k_it): Change foff field to
|