Home
last modified time | relevance | path

Searched refs:input_index (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Devent-top.c651 int input_index = 0; in gdb_readline2() local
684 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()
H A Dtop.c641 int input_index = 0; in gdb_readline() local
663 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()
H A Dremote.c6499 int input_index, output_index; in remote_escape_output() local
6502 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() local
6544 for (input_index = 0; input_index < len; input_index++) in remote_unescape_input()
6546 gdb_byte b = buffer[input_index]; in remote_unescape_input()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dincremental.cc668 unsigned int input_index = got_plt_reader.get_got_input_index(i); in do_process_got_plt() local
673 this->input_object(input_index); in do_process_got_plt()
1835 unsigned int input_index; member
1862 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()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dincremental.cc663 unsigned int input_index = got_plt_reader.get_got_input_index(i); in do_process_got_plt() local
668 this->input_object(input_index); in do_process_got_plt()
1830 unsigned int input_index; member
1857 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()