Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-h8300.c633 unsigned char temp_code; in h8300_reloc16_extra_cases() local
939 temp_code = data[src_address - 1]; in h8300_reloc16_extra_cases()
943 if ((temp_code & 0x10) != 0x10) in h8300_reloc16_extra_cases()
944 temp_code &= 0xf0; in h8300_reloc16_extra_cases()
947 switch (temp_code) in h8300_reloc16_extra_cases()
993 temp_code = data[src_address - 1]; in h8300_reloc16_extra_cases()
997 if ((temp_code & 0x30) != 0x30) in h8300_reloc16_extra_cases()
998 temp_code &= 0xf0; in h8300_reloc16_extra_cases()
1001 switch (temp_code) in h8300_reloc16_extra_cases()
Delf32-h8300.c1056 unsigned char temp_code; in elf32_h8_relax_section() local
1072 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section()
1076 if ((temp_code & 0x10) != 0x10) in elf32_h8_relax_section()
1077 temp_code &= 0xf0; in elf32_h8_relax_section()
1079 switch (temp_code) in elf32_h8_relax_section()
1144 unsigned char temp_code; in elf32_h8_relax_section() local
1160 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section()
1165 if ((temp_code & 0x30) != 0x30) in elf32_h8_relax_section()
1166 temp_code &= 0xf0; in elf32_h8_relax_section()
1168 switch (temp_code) in elf32_h8_relax_section()