Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m32c.c1291 unsigned char new_encoding; member
1615 && e->new_encoding != enc in m32c_elf_relax_section()
1619 insn[1] |= e->new_encoding << 4; in m32c_elf_relax_section()
1620 gap_size = e->bytes - enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1621 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1622 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes]; in m32c_elf_relax_section()
1658 && e->new_encoding != enc in m32c_elf_relax_section()
1662 insn[1] |= e->new_encoding; in m32c_elf_relax_section()
1663 gap_size = e->bytes - enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1664 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
[all …]