HomeSort by: relevance | last modified time | path
    Searched refs:read_auxv (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.h 80 int read_auxv (int pid, CORE_ADDR offset, unsigned char *myaddr,
target.cc 348 process_stratum_target::read_auxv (int pid, CORE_ADDR offset, function in class:process_stratum_target
351 gdb_assert_not_reached ("target op read_auxv not supported");
target.h 171 /* Return true if the read_auxv target op is supported. */
177 virtual int read_auxv (int pid, CORE_ADDR offset, unsigned char *myaddr,
linux-low.h 181 int read_auxv (int pid, CORE_ADDR offset, unsigned char *myaddr,
netbsd-low.cc 586 netbsd_process_target::read_auxv (int pid, CORE_ADDR offset, function in class:netbsd_process_target
linux-low.cc 5530 linux_process_target::read_auxv (int pid, CORE_ADDR offset, function in class:linux_process_target
7130 while (the_target->read_auxv (pid, offset, data, 2 * wordsize)
server.cc 1813 return the_target->read_auxv (current_thread->id.pid (), offset, readbuf,
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.h 80 int read_auxv (int pid, CORE_ADDR offset, unsigned char *myaddr,
target.cc 348 process_stratum_target::read_auxv (int pid, CORE_ADDR offset, function in class:process_stratum_target
351 gdb_assert_not_reached ("target op read_auxv not supported");
target.h 171 /* Return true if the read_auxv target op is supported. */
177 virtual int read_auxv (int pid, CORE_ADDR offset, unsigned char *myaddr,
linux-low.h 181 int read_auxv (int pid, CORE_ADDR offset, unsigned char *myaddr,
netbsd-low.cc 583 netbsd_process_target::read_auxv (int pid, CORE_ADDR offset, function in class:netbsd_process_target
linux-low.cc 5544 linux_process_target::read_auxv (int pid, CORE_ADDR offset, function in class:linux_process_target
7140 while (the_target->read_auxv (pid, offset, data, 2 * wordsize)
server.cc 1808 return the_target->read_auxv (current_thread->id.pid (), offset, readbuf,

Completed in 41 milliseconds