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

/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c2633 char temp_char; /* Temporary character */ local
2653 temp_char = GET_MEMORY_B (h8_get_reg (cpu, 0));
2656 while (temp_char != '\0')
2658 temp_char = GET_MEMORY_B (filename_ptr + len);
2668 temp_char = GET_MEMORY_B (filename_ptr + i);
2669 filename[i] = temp_char;
2719 char temp_char; /* Temporary character */ local
2737 temp_char = GET_MEMORY_B (char_ptr + i);
2738 ptr[i] = temp_char;
2839 char temp_char; /* Temporar local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c2833 char temp_char; /* Temporary character */ local
2853 temp_char = GET_MEMORY_B (h8_get_reg (sd, 0));
2856 while (temp_char != '\0')
2858 temp_char = GET_MEMORY_B (filename_ptr + len);
2868 temp_char = GET_MEMORY_B (filename_ptr + i);
2869 filename[i] = temp_char;
2919 char temp_char; /* Temporary character */ local
2937 temp_char = GET_MEMORY_B (char_ptr + i);
2938 ptr[i] = temp_char;
3039 char temp_char; /* Temporar local
[all...]

Completed in 83 milliseconds