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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-h8300.c1034 unsigned char temp_code;
1050 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1054 if ((temp_code & 0x10) != 0x10)
1055 temp_code &= 0xf0;
1057 switch (temp_code)
1122 unsigned char temp_code;
1138 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1143 if ((temp_code & 0x30) != 0x30)
1144 temp_code &= 0xf0;
1146 switch (temp_code)
1033 unsigned char temp_code; local
1121 unsigned char temp_code; local
[all...]
H A Dcoff-h8300.c661 unsigned char temp_code; local
967 temp_code = data[src_address - 1];
971 if ((temp_code & 0x10) != 0x10)
972 temp_code &= 0xf0;
975 switch (temp_code)
1021 temp_code = data[src_address - 1];
1025 if ((temp_code & 0x30) != 0x30)
1026 temp_code &= 0xf0;
1029 switch (temp_code)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-h8300.c1034 unsigned char temp_code;
1050 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1054 if ((temp_code & 0x10) != 0x10)
1055 temp_code &= 0xf0;
1057 switch (temp_code)
1122 unsigned char temp_code;
1138 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1143 if ((temp_code & 0x30) != 0x30)
1144 temp_code &= 0xf0;
1146 switch (temp_code)
1033 unsigned char temp_code; local
1121 unsigned char temp_code; local
[all...]
H A Dcoff-h8300.c661 unsigned char temp_code; local
967 temp_code = data[src_address - 1];
971 if ((temp_code & 0x10) != 0x10)
972 temp_code &= 0xf0;
975 switch (temp_code)
1021 temp_code = data[src_address - 1];
1025 if ((temp_code & 0x30) != 0x30)
1026 temp_code &= 0xf0;
1029 switch (temp_code)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-h8300.c1034 unsigned char temp_code;
1050 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1054 if ((temp_code & 0x10) != 0x10)
1055 temp_code &= 0xf0;
1057 switch (temp_code)
1122 unsigned char temp_code;
1138 temp_code = code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
1143 if ((temp_code & 0x30) != 0x30)
1144 temp_code &= 0xf0;
1146 switch (temp_code)
1033 unsigned char temp_code; local
1121 unsigned char temp_code; local
[all...]
H A Dcoff-h8300.c661 unsigned char temp_code; local
967 temp_code = data[src_address - 1];
971 if ((temp_code & 0x10) != 0x10)
972 temp_code &= 0xf0;
975 switch (temp_code)
1021 temp_code = data[src_address - 1];
1025 if ((temp_code & 0x30) != 0x30)
1026 temp_code &= 0xf0;
1029 switch (temp_code)

Completed in 128 milliseconds