Lines Matching refs:enctbl

1492       EncodingTable *enctbl;  in m32c_elf_relax_section()  local
1631 enctbl = m16c_addr_encodings; in m32c_elf_relax_section()
1634 e = & enctbl[enc]; in m32c_elf_relax_section()
1642 gap_size = e->bytes - enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1643 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1644 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes]; in m32c_elf_relax_section()
1656 enctbl = m16c_addr_encodings; in m32c_elf_relax_section()
1669 enctbl = m16c_jmpaddr_encodings; in m32c_elf_relax_section()
1677 e = & enctbl[enc]; in m32c_elf_relax_section()
1685 gap_size = e->bytes - enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1686 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1687 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes]; in m32c_elf_relax_section()
1771 enctbl = m32c_addr_encodings; in m32c_elf_relax_section()
1773 e = & enctbl[enc]; in m32c_elf_relax_section()
1783 gap_size = e->bytes - enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1784 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1785 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes]; in m32c_elf_relax_section()
1806 enctbl = m32c_addr_encodings; in m32c_elf_relax_section()
1813 e = & enctbl[enc]; in m32c_elf_relax_section()
1823 gap_size = e->bytes - enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1824 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1825 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes]; in m32c_elf_relax_section()