Searched refs:input_index (Results 1 – 5 of 5) sorted by relevance
651 int input_index = 0; in gdb_readline2() local684 if (input_index > 0) in gdb_readline2()696 if (input_index > 0 && result[input_index - 1] == '\r') in gdb_readline2()697 input_index--; in gdb_readline2()701 result[input_index++] = c; in gdb_readline2()702 while (input_index >= result_size) in gdb_readline2()709 result[input_index++] = '\0'; in gdb_readline2()
641 int input_index = 0; in gdb_readline() local663 if (input_index > 0) in gdb_readline()674 if (input_index > 0 && result[input_index - 1] == '\r') in gdb_readline()675 input_index--; in gdb_readline()679 result[input_index++] = c; in gdb_readline()680 while (input_index >= result_size) in gdb_readline()687 result[input_index++] = '\0'; in gdb_readline()
6499 int input_index, output_index; in remote_escape_output() local6502 for (input_index = 0; input_index < len; input_index++) in remote_escape_output()6504 gdb_byte b = buffer[input_index]; in remote_escape_output()6522 *out_len = input_index; in remote_escape_output()6539 int input_index, output_index; in remote_unescape_input() local6544 for (input_index = 0; input_index < len; input_index++) in remote_unescape_input()6546 gdb_byte b = buffer[input_index]; in remote_unescape_input()
668 unsigned int input_index = got_plt_reader.get_got_input_index(i); in do_process_got_plt() local673 this->input_object(input_index); in do_process_got_plt()1835 unsigned int input_index; member1862 elfcpp::Swap<32, big_endian>::writeval(pov + 4, this->info_.input_index); in visit()1920 this->info_.input_index = 0; in operator ()()1986 view_info.input_index = (*p)->get_file_index(); in write_got_plt()
663 unsigned int input_index = got_plt_reader.get_got_input_index(i); in do_process_got_plt() local668 this->input_object(input_index); in do_process_got_plt()1830 unsigned int input_index; member1857 elfcpp::Swap<32, big_endian>::writeval(pov + 4, this->info_.input_index); in visit()1915 this->info_.input_index = 0; in operator ()()1981 view_info.input_index = (*p)->get_file_index(); in write_got_plt()