Searched refs:target_read_auxv_raw (Results 1 – 8 of 8) sorted by relevance
55 extern std::optional<gdb::byte_vector> target_read_auxv_raw (target_ops *ops);
369 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
262 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in arm_fbsd_core_read_description()
334 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in s390_core_read_description()
735 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in arm_linux_core_read_description()
1614 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in ppc_linux_core_read_description()
1615 std::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target); in aarch64_linux_core_read_description()
21593 … #13 0x000000000058248c in target_read_auxv_raw (ops=0x408a3a0) at ../../src/gdb/auxv.c:37998278 gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw98281 target_read_auxv_raw. Also, it occured to me that the non-raw version