Home
last modified time | relevance | path

Searched refs:need_nop_bytes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfnn-loongarch.c4348 bfd_vma need_nop_bytes = aligned_addr - symval; /* */ in loongarch_relax_align() local
4351 if (addend < need_nop_bytes) in loongarch_relax_align()
4357 (int64_t) need_nop_bytes, (int64_t) alignment, (int64_t) addend); in loongarch_relax_align()
4369 if (max > 0 && need_nop_bytes > max) in loongarch_relax_align()
4374 if (need_nop_bytes == addend) in loongarch_relax_align()
4379 rel->r_offset + need_nop_bytes, in loongarch_relax_align()
4380 addend - need_nop_bytes, link_info); in loongarch_relax_align()