Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-v850.c3477 bfd_vma alignmoveto; in v850_elf_relax_section() local
3479 alignmoveto = BFD_ALIGN (addr - align_pad_size, 1 << irelalign->r_addend); in v850_elf_relax_section()
3482 if (alignmoveto < alignto) in v850_elf_relax_section()
3486 align_pad_size = alignto - alignmoveto; in v850_elf_relax_section()
3489 alignmoveto, toaddr, align_pad_size); in v850_elf_relax_section()
3491 if (!v850_elf_relax_delete_bytes (abfd, sec, alignmoveto, in v850_elf_relax_section()
3499 addr = alignmoveto; in v850_elf_relax_section()