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

  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.h 78 bool supports_read_auxv () override;
target.cc 342 process_stratum_target::supports_read_auxv () function in class:process_stratum_target
target.h 172 virtual bool supports_read_auxv ();
linux-low.h 179 bool supports_read_auxv () override;
netbsd-low.cc 1235 /* Implement the supports_read_auxv target_ops method. */
1238 netbsd_process_target::supports_read_auxv () function in class:netbsd_process_target
server.cc 1807 if (!the_target->supports_read_auxv () || writebuf != NULL)
2805 if (the_target->supports_read_auxv ())
linux-low.cc 5521 linux_process_target::supports_read_auxv () function in class:linux_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.h 78 bool supports_read_auxv () override;
target.cc 342 process_stratum_target::supports_read_auxv () function in class:process_stratum_target
target.h 172 virtual bool supports_read_auxv ();
linux-low.h 179 bool supports_read_auxv () override;
netbsd-low.cc 1232 /* Implement the supports_read_auxv target_ops method. */
1235 netbsd_process_target::supports_read_auxv () function in class:netbsd_process_target
server.cc 1802 if (!the_target->supports_read_auxv () || writebuf != NULL)
2754 if (the_target->supports_read_auxv ())
linux-low.cc 5535 linux_process_target::supports_read_auxv () function in class:linux_process_target

Completed in 52 milliseconds