Home
last modified time | relevance | path

Searched refs:target_read_auxv_raw (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dauxv.h55 extern std::optional<gdb::byte_vector> target_read_auxv_raw (target_ops *ops);
Dauxv.c369 info->data = target_read_auxv_raw (inf->top_target ()); in target_read_auxv()
378 target_read_auxv_raw (target_ops *ops) in target_read_auxv_raw() function
Darm-fbsd-tdep.c262 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in arm_fbsd_core_read_description()
Ds390-linux-tdep.c334 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in s390_core_read_description()
Darm-linux-tdep.c735 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in arm_linux_core_read_description()
Dppc-linux-tdep.c1614 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in ppc_linux_core_read_description()
Daarch64-linux-tdep.c1615 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in aarch64_linux_core_read_description()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git21593 … #13 0x000000000058248c in target_read_auxv_raw (ops=0x408a3a0) at ../../src/gdb/auxv.c:379
98278 gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw
98281 target_read_auxv_raw. Also, it occured to me that the non-raw version