HomeSort by: relevance | last modified time | path
    Searched defs:need_nop_bytes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c 5951 bfd_vma need_nop_bytes = aligned_addr - symval; /* */ local
5954 if (addend < need_nop_bytes)
5960 (int64_t) need_nop_bytes, (int64_t) alignment, (int64_t) addend);
5972 if (max > 0 && need_nop_bytes > max)
5979 if (need_nop_bytes == addend)
5983 loongarch_relax_delete_bytes (abfd, rel->r_offset + need_nop_bytes,
5984 addend - need_nop_bytes, link_info);
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c 5578 bfd_vma need_nop_bytes = aligned_addr - symval; /* */ local
5581 if (addend < need_nop_bytes)
5587 (int64_t) need_nop_bytes, (int64_t) alignment, (int64_t) addend);
5599 if (max > 0 && need_nop_bytes > max)
5606 if (need_nop_bytes == addend)
5610 loongarch_relax_delete_bytes (abfd, rel->r_offset + need_nop_bytes,
5611 addend - need_nop_bytes, link_info);
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-loongarch.c 5282 bfd_vma need_nop_bytes = aligned_addr - symval; /* */ local
5285 if (addend < need_nop_bytes)
5291 (int64_t) need_nop_bytes, (int64_t) alignment, (int64_t) addend);
5303 if (max > 0 && need_nop_bytes > max)
5308 if (need_nop_bytes == addend)
5313 rel->r_offset + need_nop_bytes,
5314 addend - need_nop_bytes, link_info);
  /src/external/gpl3/gdb/dist/bfd/
elfnn-loongarch.c 5595 bfd_vma need_nop_bytes = aligned_addr - symval; /* */ local
5598 if (addend < need_nop_bytes)
5604 (int64_t) need_nop_bytes, (int64_t) alignment, (int64_t) addend);
5616 if (max > 0 && need_nop_bytes > max)
5623 if (need_nop_bytes == addend)
5627 loongarch_relax_delete_bytes (abfd, rel->r_offset + need_nop_bytes,
5628 addend - need_nop_bytes, link_info);

Completed in 55 milliseconds