Lines Matching defs:temp_code
1057 unsigned char temp_code;
1073 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1077 if ((temp_code & 0x10) != 0x10)
1078 temp_code &= 0xf0;
1080 switch (temp_code)
1145 unsigned char temp_code;
1161 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1166 if ((temp_code & 0x30) != 0x30)
1167 temp_code &= 0xf0;
1169 switch (temp_code)