/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
D | adj-jump.s | 17 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.25/bfd/ |
D | aout-target.h | 58 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()
|
D | coff-sh.c | 1119 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 …]
|
D | elf64-ppc.c | 2964 long *adjust; member 7405 if (opd != NULL && opd->adjust != NULL) in adjust_opd_syms() 7407 long adjust = opd->adjust[eh->elf.root.u.def.value / 8]; in adjust_opd_syms() local 7408 if (adjust == -1) in adjust_opd_syms() 7425 eh->elf.root.u.def.value += adjust; in adjust_opd_syms() 7774 opd->adjust = bfd_zalloc (sec->owner, amt); in ppc64_elf_edit_opd() 7775 if (opd->adjust == NULL) in ppc64_elf_edit_opd() 7868 opd->adjust[rel->r_offset / 8] = -1; in ppc64_elf_edit_opd() 7893 opd->adjust[rel->r_offset / 8] in ppc64_elf_edit_opd() 7922 rel->r_offset += opd->adjust[(offset - opd_ent_size) / 8]; in ppc64_elf_edit_opd() [all …]
|
D | elf32-spu.c | 5363 unsigned adjust; in spu_elf_modify_program_headers() local 5365 adjust = -phdr[i].p_filesz & 15; in spu_elf_modify_program_headers() 5366 if (adjust != 0 in spu_elf_modify_program_headers() 5368 && phdr[i].p_offset + phdr[i].p_filesz > last->p_offset - adjust) in spu_elf_modify_program_headers() 5371 adjust = -phdr[i].p_memsz & 15; in spu_elf_modify_program_headers() 5372 if (adjust != 0 in spu_elf_modify_program_headers() 5375 && phdr[i].p_vaddr + phdr[i].p_memsz > last->p_vaddr - adjust in spu_elf_modify_program_headers() 5387 unsigned adjust; in spu_elf_modify_program_headers() local 5389 adjust = -phdr[i].p_filesz & 15; in spu_elf_modify_program_headers() 5390 phdr[i].p_filesz += adjust; in spu_elf_modify_program_headers() [all …]
|
D | elf32-sh.c | 941 int off, adjust, oinsn; in sh_elf_relax_delete_bytes() local 1107 adjust = count; in sh_elf_relax_delete_bytes() 1111 adjust = - count; in sh_elf_relax_delete_bytes() 1113 adjust = 0; in sh_elf_relax_delete_bytes() 1115 if (adjust != 0) in sh_elf_relax_delete_bytes() 1127 insn += adjust / 2; in sh_elf_relax_delete_bytes() 1134 insn += adjust / 2; in sh_elf_relax_delete_bytes() 1141 BFD_ASSERT (adjust == count || count >= 4); in sh_elf_relax_delete_bytes() 1143 insn += adjust / 4; in sh_elf_relax_delete_bytes() 1155 voff += adjust; in sh_elf_relax_delete_bytes() [all …]
|
D | dwarf2.c | 1843 bfd_vma adjust = read_unsigned_leb128 (abfd, line_ptr, in decode_line_info() local 1845 address = ((op_index + adjust) / lh.maximum_ops_per_insn in decode_line_info() 1847 op_index = (op_index + adjust) % lh.maximum_ops_per_insn; in decode_line_info() 1883 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range); in decode_line_info() local 1885 * ((op_index + adjust) in decode_line_info() 1887 op_index = (op_index + adjust) % lh.maximum_ops_per_insn; in decode_line_info()
|
D | elf.c | 4766 file_ptr adjust; in assign_file_positions_for_load_sections() local 4768 adjust = off - (p->p_offset + p->p_filesz); in assign_file_positions_for_load_sections() 4770 p->p_filesz += adjust; in assign_file_positions_for_load_sections() 4771 p->p_memsz += adjust; in assign_file_positions_for_load_sections() 4800 bfd_vma adjust = s_start - p_end; in assign_file_positions_for_load_sections() local 4802 if (adjust != 0 in assign_file_positions_for_load_sections() 4809 adjust = 0; in assign_file_positions_for_load_sections() 4812 p->p_memsz += adjust; in assign_file_positions_for_load_sections() 4816 if (p->p_filesz + adjust < p->p_memsz) in assign_file_positions_for_load_sections() 4821 adjust = p->p_memsz - p->p_filesz; in assign_file_positions_for_load_sections() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | jal-mask-11.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
|
D | micromips@jal-mask-11.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
|
D | jal-mask-12.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
|
D | micromips@jal-mask-12.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
|
D | jal-mask-21.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
|
D | jal-mask-22.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386-intel.c | 141 int adjust = 0; in i386_operator() local 143 &adjust, in i386_operator() 152 memset (input_line_pointer, '0', adjust - 1); in i386_operator() 153 input_line_pointer[adjust - 1] = ' '; in i386_operator()
|
D | tc-nds32.c | 5466 int adjust = 0; in nds32_relax_branch_instructions() local 5478 return adjust; in nds32_relax_branch_instructions() 5483 return adjust; in nds32_relax_branch_instructions() 5488 return adjust; in nds32_relax_branch_instructions() 5502 return adjust; in nds32_relax_branch_instructions() 5548 return diff + adjust; in nds32_relax_branch_instructions() 5644 int adjust = 0; in nds32_relax_frag() local 5649 adjust = nds32_relax_branch_instructions (segment, fragP, stretch, 0); in nds32_relax_frag() 5659 return adjust; in nds32_relax_frag() 5681 int adjust = 0; in md_estimate_size_before_relax() local [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | sp-pc-usage-t.s | 16 @ Using the following instructions to adjust r13 up or down by a
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | NEWS | 343 --change-section-address options. The old --adjust-section-vma option is 344 equivalent to --change-section-address. The other --adjust-* options are now 345 renamed to --change-*, although --adjust-* continues to work. 387 * Added --adjust-vma option to objdump.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/ |
D | elf-offset.ld | 84 /* Adjust the address for the data segment. We want to adjust up to
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-rl78.texi | 51 The RL78 has three modifiers that adjust the relocations used by the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/ |
D | elf-offset.ld | 86 /* Adjust the address for the data segment. We want to adjust up to
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ |
D | template | 8 # adjust it to do what you need.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | arm-lib.ld | 76 /* Adjust the address for the data segment. We want to adjust up to
|
D | arm-dyn.ld | 77 /* Adjust the address for the data segment. We want to adjust up to
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | sh64elf.em | 65 relaxing function will pick up and adjust, or perhaps make it 66 find and adjust an associated .cranges descriptor. We could
|