Searched refs:nop_bytes (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-disasm.py | 636 def __init__(self, info, start, end, nop_bytes): argument 649 self._nop_bytes = nop_bytes
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfnn-riscv.c | 4780 bfd_vma nop_bytes = aligned_addr - symval; in _bfd_riscv_relax_align() local 4786 if (rel->r_addend < nop_bytes) in _bfd_riscv_relax_align() 4792 (int64_t) nop_bytes, (int64_t) alignment, (int64_t) rel->r_addend); in _bfd_riscv_relax_align() 4801 if (nop_bytes == rel->r_addend) in _bfd_riscv_relax_align() 4805 for (pos = 0; pos < (nop_bytes & -4); pos += 4) in _bfd_riscv_relax_align() 4809 if (nop_bytes % 4 != 0) in _bfd_riscv_relax_align() 4813 return riscv_relax_delete_bytes (abfd, sec, rel->r_offset + nop_bytes, in _bfd_riscv_relax_align() 4814 rel->r_addend - nop_bytes, link_info, in _bfd_riscv_relax_align()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfnn-riscv.c | 4890 bfd_vma nop_bytes = aligned_addr - symval; in _bfd_riscv_relax_align() local 4896 if (rel->r_addend < nop_bytes) in _bfd_riscv_relax_align() 4902 (int64_t) nop_bytes, (int64_t) alignment, (int64_t) rel->r_addend); in _bfd_riscv_relax_align() 4911 if (nop_bytes == rel->r_addend) in _bfd_riscv_relax_align() 4915 for (pos = 0; pos < (nop_bytes & -4); pos += 4) in _bfd_riscv_relax_align() 4919 if (nop_bytes % 4 != 0) in _bfd_riscv_relax_align() 4923 return riscv_relax_delete_bytes (abfd, sec, rel->r_offset + nop_bytes, in _bfd_riscv_relax_align() 4924 rel->r_addend - nop_bytes, link_info, in _bfd_riscv_relax_align()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-xtensa.c | 10040 int nop_bytes; in bytes_to_stretch() local 10079 nop_bytes = nops_needed * 3; in bytes_to_stretch() 10080 extra_bytes = desired_diff - nop_bytes; in bytes_to_stretch() 10082 if (nop_bytes + num_widens >= desired_diff) in bytes_to_stretch() 10093 nop_bytes += 2; in bytes_to_stretch() 10098 if (nop_bytes + num_widens >= desired_diff && extra_bytes >= 0) in bytes_to_stretch() 10111 nop_bytes--; in bytes_to_stretch() 10113 if (nop_bytes + num_widens >= desired_diff) in bytes_to_stretch()
|