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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-h8300.c1007 unsigned char temp_code;
1023 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1027 if ((temp_code & 0x10) != 0x10)
1028 temp_code &= 0xf0;
1030 switch (temp_code)
1095 unsigned char temp_code;
1111 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1116 if ((temp_code & 0x30) != 0x30)
1117 temp_code &= 0xf0;
1119 switch (temp_code)
1006 unsigned char temp_code; local
1094 unsigned char temp_code; local
[all...]
H A Dcoff-h8300.c660 unsigned char temp_code; local
966 temp_code = data[src_address - 1];
970 if ((temp_code & 0x10) != 0x10)
971 temp_code &= 0xf0;
974 switch (temp_code)
1020 temp_code = data[src_address - 1];
1024 if ((temp_code & 0x30) != 0x30)
1025 temp_code &= 0xf0;
1028 switch (temp_code)

Completed in 190 milliseconds