Home
last modified time | relevance | path

Searched refs:exec_file_buffer (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dhppah-nat.c1335 static char exec_file_buffer[1024]; in child_pid_to_exec_file() local
1348 (PTRACE_ARG3_TYPE) exec_file_buffer, in child_pid_to_exec_file()
1349 sizeof (exec_file_buffer) - 1); in child_pid_to_exec_file()
1351 return exec_file_buffer; in child_pid_to_exec_file()
1380 exec_file_buffer[name_index++] = four_chars[i]; in child_pid_to_exec_file()
1388 if (exec_file_buffer[0] == '\0') in child_pid_to_exec_file()
1395 return exec_file_buffer; in child_pid_to_exec_file()
H A Dinfttrace.c4980 static char exec_file_buffer[1024]; in child_pid_to_exec_file() local
4989 (uint64_t) exec_file_buffer, in child_pid_to_exec_file()
4990 sizeof (exec_file_buffer) - 1, in child_pid_to_exec_file()
4993 return exec_file_buffer; in child_pid_to_exec_file()