Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-h8300.c633 unsigned char temp_code; in h8300_reloc16_extra_cases() local
919 temp_code = data[src_address - 1]; in h8300_reloc16_extra_cases()
923 if ((temp_code & 0x10) != 0x10) in h8300_reloc16_extra_cases()
924 temp_code &= 0xf0; in h8300_reloc16_extra_cases()
927 switch (temp_code) in h8300_reloc16_extra_cases()
973 temp_code = data[src_address - 1]; in h8300_reloc16_extra_cases()
977 if ((temp_code & 0x30) != 0x30) in h8300_reloc16_extra_cases()
978 temp_code &= 0xf0; in h8300_reloc16_extra_cases()
981 switch (temp_code) in h8300_reloc16_extra_cases()
Delf32-h8300.c1050 unsigned char temp_code; in elf32_h8_relax_section() local
1066 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section()
1070 if ((temp_code & 0x10) != 0x10) in elf32_h8_relax_section()
1071 temp_code &= 0xf0; in elf32_h8_relax_section()
1073 switch (temp_code) in elf32_h8_relax_section()
1138 unsigned char temp_code; in elf32_h8_relax_section() local
1154 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section()
1159 if ((temp_code & 0x30) != 0x30) in elf32_h8_relax_section()
1160 temp_code &= 0xf0; in elf32_h8_relax_section()
1162 switch (temp_code) in elf32_h8_relax_section()