Home | History | Annotate | Download | only in bfd

Lines Matching defs:temp_code

1058 		unsigned char temp_code;
1074 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1078 if ((temp_code & 0x10) != 0x10)
1079 temp_code &= 0xf0;
1081 switch (temp_code)
1146 unsigned char temp_code;
1162 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1167 if ((temp_code & 0x30) != 0x30)
1168 temp_code &= 0xf0;
1170 switch (temp_code)