Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 180) sorted by relevance

12345678

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
Dadj-jump.s17 beq L1 ; Backward branch, adjust -1
19 jbne L1 ; Backward branch, adjust -2
20 bgt L1 ; All possible backward branchs, adjust -2
57 bne L2 ; Backward branch, adjust -1
58 beq L3 ; Forward branch, adjust -2
60 beq L3 ; Forward branch, adjust -1
/toolchain/binutils/binutils-2.27/bfd/
Daout-target.h58 bfd_vma adjust; in MY() local
60 adjust = execp->a_entry - obj_textsec (abfd)->vma; in MY()
62 adjust &= ~(TARGET_PAGE_SIZE - 1); in MY()
63 obj_textsec (abfd)->vma += adjust; in MY()
64 obj_datasec (abfd)->vma += adjust; in MY()
65 obj_bsssec (abfd)->vma += adjust; in MY()
Dcoff-sh.c1119 int off, adjust, oinsn; in sh_relax_delete_bytes() local
1272 adjust = count; in sh_relax_delete_bytes()
1276 adjust = - count; in sh_relax_delete_bytes()
1278 adjust = 0; in sh_relax_delete_bytes()
1280 if (adjust != 0) in sh_relax_delete_bytes()
1292 insn += adjust / 2; in sh_relax_delete_bytes()
1299 insn += adjust / 2; in sh_relax_delete_bytes()
1306 BFD_ASSERT (adjust == count || count >= 4); in sh_relax_delete_bytes()
1308 insn += adjust / 4; in sh_relax_delete_bytes()
1320 voff += adjust; in sh_relax_delete_bytes()
[all …]
Delf64-ppc.c3035 long *adjust; member
6225 && opd->adjust != NULL in ppc64_elf_maybe_function_sym()
6231 long adjust = opd->adjust[OPD_NDX (symval)]; in ppc64_elf_maybe_function_sym() local
6232 if (adjust == -1) in ppc64_elf_maybe_function_sym()
6234 symval += adjust; in ppc64_elf_maybe_function_sym()
7590 if (opd != NULL && opd->adjust != NULL) in adjust_opd_syms()
7592 long adjust = opd->adjust[OPD_NDX (eh->elf.root.u.def.value)]; in adjust_opd_syms() local
7593 if (adjust == -1) in adjust_opd_syms()
7610 eh->elf.root.u.def.value += adjust; in adjust_opd_syms()
7951 opd->adjust = bfd_zalloc (sec->owner, amt); in ppc64_elf_edit_opd()
[all …]
Delf32-spu.c5366 unsigned adjust; in spu_elf_modify_program_headers() local
5368 adjust = -phdr[i].p_filesz & 15; in spu_elf_modify_program_headers()
5369 if (adjust != 0 in spu_elf_modify_program_headers()
5371 && phdr[i].p_offset + phdr[i].p_filesz > last->p_offset - adjust) in spu_elf_modify_program_headers()
5374 adjust = -phdr[i].p_memsz & 15; in spu_elf_modify_program_headers()
5375 if (adjust != 0 in spu_elf_modify_program_headers()
5378 && phdr[i].p_vaddr + phdr[i].p_memsz > last->p_vaddr - adjust in spu_elf_modify_program_headers()
5390 unsigned adjust; in spu_elf_modify_program_headers() local
5392 adjust = -phdr[i].p_filesz & 15; in spu_elf_modify_program_headers()
5393 phdr[i].p_filesz += adjust; in spu_elf_modify_program_headers()
[all …]
Delf32-sh.c952 int off, adjust, oinsn; in sh_elf_relax_delete_bytes() local
1118 adjust = count; in sh_elf_relax_delete_bytes()
1122 adjust = - count; in sh_elf_relax_delete_bytes()
1124 adjust = 0; in sh_elf_relax_delete_bytes()
1126 if (adjust != 0) in sh_elf_relax_delete_bytes()
1138 insn += adjust / 2; in sh_elf_relax_delete_bytes()
1145 insn += adjust / 2; in sh_elf_relax_delete_bytes()
1152 BFD_ASSERT (adjust == count || count >= 4); in sh_elf_relax_delete_bytes()
1154 insn += adjust / 4; in sh_elf_relax_delete_bytes()
1166 voff += adjust; in sh_elf_relax_delete_bytes()
[all …]
Ddwarf2.c1998 bfd_vma adjust = safe_read_leb128 (abfd, line_ptr, &bytes_read, in decode_line_info() local
2000 address = ((op_index + adjust) / lh.maximum_ops_per_insn in decode_line_info()
2002 op_index = (op_index + adjust) % lh.maximum_ops_per_insn; in decode_line_info()
2038 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range); in decode_line_info() local
2040 * ((op_index + adjust) in decode_line_info()
2042 op_index = (op_index + adjust) % lh.maximum_ops_per_insn; in decode_line_info()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Djal-mask-11.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
Dmicromips@jal-mask-11.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
Djal-mask-12.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
Dmicromips@jal-mask-12.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
Djal-mask-21.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
Djal-mask-22.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386-intel.c141 int adjust = 0; in i386_operator() local
143 &adjust, in i386_operator()
150 memset (input_line_pointer, '0', adjust - 1); in i386_operator()
151 input_line_pointer[adjust - 1] = ' '; in i386_operator()
Dtc-nds32.c5488 int adjust = 0; in nds32_relax_branch_instructions() local
5500 return adjust; in nds32_relax_branch_instructions()
5505 return adjust; in nds32_relax_branch_instructions()
5510 return adjust; in nds32_relax_branch_instructions()
5524 return adjust; in nds32_relax_branch_instructions()
5570 return diff + adjust; in nds32_relax_branch_instructions()
5682 int adjust = 0; in nds32_relax_frag() local
5687 adjust = nds32_relax_branch_instructions (segment, fragP, stretch, 0); in nds32_relax_frag()
5697 return adjust; in nds32_relax_frag()
5719 int adjust = 0; in md_estimate_size_before_relax() local
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Dsp-pc-usage-t.s16 @ Using the following instructions to adjust r13 up or down by a
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-shared/
Delf-offset.ld84 /* Adjust the address for the data segment. We want to adjust up to
/toolchain/binutils/binutils-2.27/binutils/
DNEWS366 --change-section-address options. The old --adjust-section-vma option is
367 equivalent to --change-section-address. The other --adjust-* options are now
368 renamed to --change-*, although --adjust-* continues to work.
410 * Added --adjust-vma option to objdump.
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
Delf-offset.ld86 /* Adjust the address for the data segment. We want to adjust up to
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-rl78.texi63 The RL78 has three modifiers that adjust the relocations used by the
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/
Dtemplate8 # adjust it to do what you need.
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
Darm-dyn.ld77 /* Adjust the address for the data segment. We want to adjust up to
Darm-lib.ld76 /* Adjust the address for the data segment. We want to adjust up to
Darm-no-rel-plt.ld93 /* Adjust the address for the data segment. We want to adjust up to
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dsh64elf.em65 relaxing function will pick up and adjust, or perhaps make it
66 find and adjust an associated .cranges descriptor. We could

12345678