Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-v850.c3137 bfd_vma alignmoveto; in v850_elf_relax_section() local
3139 alignmoveto = BFD_ALIGN (addr - align_pad_size, 1 << irelalign->r_addend); in v850_elf_relax_section()
3142 if (alignmoveto < alignto) in v850_elf_relax_section()
3146 align_pad_size = alignto - alignmoveto; in v850_elf_relax_section()
3149 alignmoveto, toaddr, align_pad_size); in v850_elf_relax_section()
3151 if (!v850_elf_relax_delete_bytes (abfd, sec, alignmoveto, in v850_elf_relax_section()
3159 addr = alignmoveto; in v850_elf_relax_section()